GET v2/move/settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MoveSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowMultipleRTIs | boolean |
None. |
|
| AllowRTIFromExistingPallet | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"allowMultipleRTIs": true,
"allowRTIFromExistingPallet": true
}