POST Api/EBI/DeleteTask
Request Information
URI Parameters
None.
Body Parameters
DeleteTaskRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| TaskTypeID | integer |
None. |
|
| UpdatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"TaskTypeID": 2,
"UpdatedBy": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true