GET v1/ship/getSettings

Settings used to determine visibility and module settings for Ship activity

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ShipSettingsModel
NameDescriptionTypeAdditional information
DefaultToNonSerialized

Default commission settings to Non-Serialized

boolean

None.

HideSerializedToggle

Do not display the toggle for Serialized and Non-Serialized

boolean

None.

ShipMethod

The ship method used for the PIN location

string

None.

AllowMultipleRTIs

Indicates if multiple RTIs can be entered

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "defaultToNonSerialized": true,
  "hideSerializedToggle": true,
  "shipMethod": "sample string 3",
  "allowMultipleRTIs": true
}