WA_EntityController..::..UpdateEntity Method
Updates any entity by name and identifier.
Namespace:
FLEXYGO.WebApiControllersAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[HttpPutAttribute] [RouteAttribute] public IHttpActionResult UpdateEntity( string ObjectName, JObject data, string Id, string filter )
<HttpPutAttribute> _ <RouteAttribute> _ Public Function UpdateEntity ( _ ObjectName As String, _ data As JObject, _ Id As String, _ filter As String _ ) As IHttpActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- data
- Type: JObject
The data.
- Id
- Type: String
The identifier.
- filter
- Type: String
The filter.