GET v2/refurbishment/settings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RefurbishmentSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HideSerializedToggle |
Do not display the toggle for Serialized and Non-Serialized |
boolean |
None. |
| AllowMultipleRTIs |
Allow multiple RTIs to be entered |
boolean |
None. |
| DefaultSKUTypeID | integer |
None. |
|
| CompanyProfile | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"hideSerializedToggle": true,
"allowMultipleRTIs": true,
"defaultSKUTypeID": 3,
"companyProfile": "sample string 4"
}