GET v1/return/getSettings

Settings used to determine visibility and module settings for Return activity

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ReturnSettingsModel
NameDescriptionTypeAdditional information
DefaultToNonSerialized

Default commission settings to Non-Serialized

boolean

None.

HideSerializedToggle

Do not display the toggle for Serialized and Non-Serialized

boolean

None.

ShowZone

Display the zone

boolean

None.

AllowMultipleRTIs

Allow multiple RTIs to be entered

boolean

None.

DefaultSKUTypeID

integer

None.

CompanyProfile

string

None.

Response Formats

application/json, text/json

Sample:
{
  "defaultToNonSerialized": true,
  "hideSerializedToggle": true,
  "showZone": true,
  "allowMultipleRTIs": true,
  "defaultSKUTypeID": 5,
  "companyProfile": "sample string 6"
}