PUT api/SalesTaxOverrides?overrideId={overrideId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| overrideId | integer |
Required |
Body Parameters
SalesTaxOverrideDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OverrideId | integer |
None. |
|
| ClientId | integer |
None. |
|
| StateId | integer |
None. |
|
| TaxRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"OverrideId": 1,
"ClientId": 1,
"StateId": 2,
"TaxRate": 3.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.