{CompanyName} FlexyGo

WA_EntityController..::..InsertEntity Method

Inserts any entity by name and identifier.

Namespace:  FLEXYGO.WebApiControllers
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[HttpPostAttribute]
[RouteAttribute]
public IHttpActionResult InsertEntity(
	string ObjectName,
	JObject data
)
<HttpPostAttribute> _
<RouteAttribute> _
Public Function InsertEntity ( _
	ObjectName As String, _
	data As JObject _
) As IHttpActionResult

Parameters

ObjectName
Type: String
Name of the object.
data
Type: JObject
The data.

Return Value

IHttpActionResult.