POST AdditionalPriceList/AllowDelete
Confirms if Additional Price List is in use by an Additional Item Price or a Customer.
Request Information
URI Parameters
None.
Body Parameters
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
boolResponse Formats
application/json, text/json
Sample:
true