Description
Define exceptions that override the primary tax costs for a service.
Resource Overview
| Endpoint | Definition |
| POST/ServiceTaxOverrides | Add service tax overrides. |
| PUT/ServiceTaxOverrides | Modify existing tax overrides. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| EquipmentTaxable | indicates whether equipment item(s) is taxable | boolean | |
| LaborTaxable | indicates whether labor is taxable | boolean | |
| MaterialTaxable | indicates whether material is taxable | boolean | |
| OtherTaxable | indicates whether other item(s) is taxable | boolean | |
| ServiceID | unique identifier for service | integer(int32) | Max Length:2147483647 |
| StateProvinceCode | postal or provincial code | string | |
| SubTaxable | indicates whether subcontractor is taxable | boolean |