GET v2/parcelInspection/settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CommissionSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DefaultToNonSerialized |
Default commission settings to Non-Serialized |
boolean |
None. |
| HideHumanReadable |
Do not display the Human Readable field |
boolean |
None. |
| HideSerializedToggle |
Do not display the toggle for Serialized and Non-Serialized |
boolean |
None. |
| AllowMultipleRTIs |
Indicates if multiple RTIs can be entered |
boolean |
None. |
| CommissionRoute |
Route to commission screen |
string |
None. |
| CommissionCompanyProfile |
Company setting for commission |
string |
None. |
| DefaultSKUTypeID |
Defauly SKUType ID that is selected on first step |
integer |
None. |
| AdjustmentNotes |
Indicates if notes on adjustment |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"defaultToNonSerialized": true,
"hideHumanReadable": true,
"hideSerializedToggle": true,
"allowMultipleRTIs": true,
"commissionRoute": "sample string 5",
"commissionCompanyProfile": "sample string 6",
"defaultSKUTypeID": 7,
"adjustmentNotes": true
}