GET v6/operation/palletize/masterLabel/{masterLabelId}/rtiList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| masterLabelId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MasterLabelRTIv6Modelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabelRTIId | integer |
None. |
|
| Barcode | string |
None. |
|
| PartNumber | string |
None. |
|
| PartDescription | string |
None. |
|
| UnitCode | string |
None. |
|
| Quantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"masterLabelRTIId": 1,
"barcode": "sample string 2",
"partNumber": "sample string 3",
"partDescription": "sample string 4",
"unitCode": "sample string 5",
"quantity": 6.0
},
{
"masterLabelRTIId": 1,
"barcode": "sample string 2",
"partNumber": "sample string 3",
"partDescription": "sample string 4",
"unitCode": "sample string 5",
"quantity": 6.0
}
]