POST v6/operation/production/allocatedPallets/save
Request Information
URI Parameters
None.
Body Parameters
ProductionAllocatePalletsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabel | string |
None. |
|
| RTI | string |
None. |
|
| WorkOrderItemId | integer |
None. |
|
| LocationZoneId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"masterLabel": "sample string 1",
"rti": "sample string 2",
"workOrderItemId": 3,
"locationZoneId": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.