POST AdditionalPriceList/Save
Saves the specified Additional Price List.
Request Information
URI Parameters
None.
Body Parameters
The Additional Price List.
Additional Price ListName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
Required String length: inclusive between 0 and 100 |
|
IsDefault | bool |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2", "IsDefault": true }
Response Information
Resource Description
Additional Price ListName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
Required String length: inclusive between 0 and 100 |
|
IsDefault | bool |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2", "IsDefault": true }