tax_mgr_list_many
Back to SOAP Architecture Method Reference
Description
The tax_mgr_list_many method lists details of specific taxes associated with customers on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
ids | A comma-delimited list of the unique ID#s of tax resources you want to list. | string | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | O |
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 or not the resource is active. | 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 |