POST AccountantTask/UpdateTaskStatus
Update the status of the Accountant Task.
Request Information
URI Parameters
None.
Body Parameters
The task and status to update
Accountant Task Update Status Request Model| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| StatusType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"StatusType": 2
}
Response Information
Resource Description
None.