GET v1/rti/getSettings

RTI Settings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RTISettingsModel
NameDescriptionTypeAdditional information
LabelFormat

string

None.

ShowOwner

boolean

None.

ShowMap

boolean

None.

PalletLabelQuantity

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "labelFormat": "sample string 1",
  "showOwner": true,
  "showMap": true,
  "palletLabelQuantity": 4
}