...
Attribute | Always present? | Data type | Description | ||
---|---|---|---|---|---|
| Yes | integer | The | ||
| Yes | integer | The | ||
| Yes | Decimal | Amount of tax to be collected from the purchase. | ||
| Yes | Decimal | Total before tax. | ||
| Yes | Decimalstring | Unique identifier for this tax quote. This should be passed as | ||
| Yes | float | The | ||
| Yes | float | The subtotal for the wholesale order | ||
| Yes | float | Amount of tax to be collected on the wholesale portion of the purchase. | ||
| Yes | float | Final price after tax has been applied. | ||
| YesNo | String | Unique identifier for this tax quote. This should be passed as | object | The |
| Yes, if | float | The retail price of the tickets provided in the request | ||
| Only if present in original request | Decimal | float | The shipping amount if provided in the request | |
| Only if present in original request | Decimal | float | The service_fee if provided in the request | |
| Only if present in original request | Decimal | float | The additional_expense if provided in the request | |
| Only if present in original requestDecimalrequest | float | The discount if provided in the request | ||
| Yes, if | float | The subtotal of the retail portion of the purchase | ||
| Yes, if | float | The amount of tax that should be charged on the the retail portion of the purchase | ||
| Yes, if | float | The summed total of values for the retail portion of the request |
Examples
Request | Response | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
Wholesale Only Request
|
| ||||||||||
Wholesale and Retail Minimal Request
|
| ||||||||||
Wholesale and Retail Full Request
|
|
...