POST api/v2/ProductionBatch/UnlinkBatch
Request
URI Parameters
Body Parameters
UnLinkBatch| 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.