GET v6/operation/palletize/masterLabel/{masterLabel}/rti/{barcode}/lookup

Request Information

URI Parameters

NameDescriptionTypeAdditional information
masterLabel

string

Required

barcode

string

Required

Body Parameters

None.

Response Information

Resource Description

MasterLabelRTILookupModelv6
NameDescriptionTypeAdditional information
MasterLabelId

integer

None.

LocationZoneId

integer

None.

Quantity

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "masterLabelId": 1,
  "locationZoneId": 2,
  "quantity": 3.0
}