POST v6/operation/production/allocatedPallets/save

Request Information

URI Parameters

None.

Body Parameters

ProductionAllocatePalletsModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.