GET v6/operation/palletize/locationZone/list/byRTI/{barcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PalletizeLocationZoneModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationZoneId | integer |
None. |
|
| ZoneName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"locationZoneId": 1,
"zoneName": "sample string 2"
},
{
"locationZoneId": 1,
"zoneName": "sample string 2"
}
]