tax_mgr_update
Back to SOAP Architecture Method Reference
Description
The tax_mgr_update method updates the details of a tax associated with an existing customer resource on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
active | Indicates whether or not the resource is active. | boolean | R |
cumulative | Indicates whether or not you have set the tax as cumulative. | boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
id | The unique ID# of the tax resource. | bstypes:ResourceId | R |
name | The name of the tax, for example "sales tax". | string | R |
parent_id | The unique ID# of the customer resource to which the tax applies. | bstypes:ResourceId | R |
position | The position of the tax in relation to any other taxes that apply. | int | R |
rate | The tax rate, in percentage value. | double | R |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the updated tax. | bstypes:ResourceId | R |