GET v6/operation/palletize/masterLabel/{masterLabel}/rti/{barcode}/lookup
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| masterLabel | string |
Required |
|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MasterLabelRTILookupModelv6| Name | Description | Type | Additional 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
}