POST api/v2/BatchWork/UnlinkWork
Request
URI Parameters
Body Parameters
UnlinkWork| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of integer |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
1,
2
]
}
text/html
Sample:
{"Ids":[1,2]}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.