GET v6/operation/palletize/settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PalletizeSettingModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LabelFormat | string |
None. |
|
| PrintCount | integer |
None. |
|
| AllowRTIFromExistingPallet | boolean |
None. |
|
| AllowMultipleRTIs | boolean |
None. |
|
| RequireZone | boolean |
None. |
|
| DefaultLocationZoneId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"labelFormat": "sample string 1",
"printCount": 2,
"allowRTIFromExistingPallet": true,
"allowMultipleRTIs": true,
"requireZone": true,
"defaultLocationZoneId": 6
}