tax_mgr_add
Back to SOAP Architecture Method Reference
Description
The tax_mgr_add method adds a tax to a customer resource on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| 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 |
| 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 |
| rate | The tax rate, in percentage value. | double | R |
| position | The position of the tax in relation to any other taxes that apply. | int | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the tax resource. | bstypes:ResourceId | R |
