POST v6/operation/production/{workOrderItemId}/save
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderItemId | integer |
Required |
Body Parameters
ProductionSaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFullPallet | boolean |
None. |
|
| Quantity | decimal number |
None. |
|
| LocationZoneId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"isFullPallet": true,
"quantity": 2.1,
"locationZoneId": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.