POST api/v2/BatchWork/UnlinkWork

Request

URI Parameters

Body Parameters

UnlinkWork
NameDescriptionTypeAdditional information
Ids

Collection of integer

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    1,
    2
  ]
}

text/html

Sample:
{"Ids":[1,2]}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.