POST v2/varietyPackaging/allocatedPallets/save

Request Information

URI Parameters

None.

Body Parameters

AllocatePalletsModel
NameDescriptionTypeAdditional information
MasterLabel

string

None.

RTI

string

None.

WorkOrderItemId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "masterLabel": "sample string 1",
  "rti": "sample string 2",
  "workOrderItemId": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.