WA_EntityController..::..ExecProcess Method
Executes the process.
Namespace:
FLEXYGO.WebApiControllersAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[HttpPostAttribute] [RouteAttribute] public IHttpActionResult ExecProcess( string ProcessName, JObject data, string ObjectName, string Id, string filter )
<HttpPostAttribute> _ <RouteAttribute> _ Public Function ExecProcess ( _ ProcessName As String, _ data As JObject, _ ObjectName As String, _ Id As String, _ filter As String _ ) As IHttpActionResult
Parameters
- ProcessName
- Type: String
Name of the process.
- data
- Type: JObject
The data.
- ObjectName
- Type: String
Name of the object.
- Id
- Type: String
The identifier.
- filter
- Type: String
The filter.