GET v6/operation/palletize/locationZone/list/byRTI/{barcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
barcode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PalletizeLocationZoneModelv6
NameDescriptionTypeAdditional 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"
  }
]