GET v1/salesOrder/product/getSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SalesOrderProductSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LimitByLocation | boolean |
None. |
|
| ShowItemRates | boolean |
None. |
|
| LabelFormat | string |
None. |
|
| AllowUDFShipToAddress | boolean |
None. |
|
| Tabs | Collection of ModuleTabModel |
None. |
|
| SalesRep1 | string |
None. |
|
| SalesRep2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"limitByLocation": true,
"showItemRates": true,
"labelFormat": "sample string 3",
"allowUDFShipToAddress": true,
"tabs": [
{
"tabName": "sample string 1",
"isVisible": true,
"isIntegrationControlled": true
},
{
"tabName": "sample string 1",
"isVisible": true,
"isIntegrationControlled": true
}
],
"salesRep1": "sample string 5",
"salesRep2": "sample string 6"
}