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