POST api/update-turn
Request Information
URI Parameters
None.
Body Parameters
UpdateTurnParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ComId | string |
None. |
|
| EmpList | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ComId": "sample string 1",
"EmpList": [
1,
2
]
}
multipart/form-data
Sample:
{"ComId":"sample string 1","EmpList":[1,2]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}