WA_EntityController..::..InsertEntity Method
Inserts any entity by name and identifier.
Namespace:
FLEXYGO.WebApiControllersAssembly: 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