tax_mgr_list
Back to SOAP Architecture Method Reference
Description
The tax_mgr_list method lists all tax resources associated with customers on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the tax resource. | bstypes:ResourceId | R |
| name | The name of the tax, for example "sales tax". | string | R |
| active |
Indicates whether the resource is in an active or inactive state. |
boolean | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| rate | The tax rate, in percentage value. | double | R |
| cumulative | Indicates whether or not you have set the tax as cumulative. | boolean | 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 |
