GET v6/operation/packaging/getMasterlabelsByLocationZone/{locationZoneId}/{barcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationZoneId | integer |
Required |
|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PackagingModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| Defaults | PackagingDefaultsModelv6 |
None. |
|
| Info | PackagingInfoModelv6 |
None. |
Response Formats
application/json, text/json
Sample:
{
"defaults": {
"primaryLotNumber": "sample string 1",
"secondaryLotNumber": "sample string 2",
"bestByDate": "2025-11-08T08:26:25.3951687+00:00"
},
"info": {
"sku": "sample string 1",
"description": "sample string 2",
"requiredQuantity": 3,
"packagedQuantity": 4,
"fullPallets": 5,
"fullPalletTotal": 6,
"partialPallets": 7,
"partialPalletTotal": 8
}
}