POST api/backend/updateAllocationStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateAllocationRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| allocationId | integer |
None. |
|
| acceptStatus | integer |
None. |
|
| editEmployeeNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"allocationId": 1,
"acceptStatus": 2,
"editEmployeeNumber": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3",
"code": 4
}