Taxes

The Tax entity describes the tax rate charged to a customer for specific goods or services purchased in a specified geographic area. The goods and services are represented by a TaxCategory. The geographic area is represented by the a TaxRegion. There can be multiple TaxCategories per TaxRegion. Tax entities

NOTE  Any change made to the Tax entity will impact all items that are billed after the change is made.

NOTE  You can refer to the Online Help to find root and child access URLs of the entity you wish to query. Refer to Finding resource and child access URLs of REST API entities for more information.

Entity details

Entity Name: Taxes

Entity Path:

/atservicesrest/v1.0/Taxes

Can Create:
Can Update:
Can Query:
Can Delete:  
Can Have UDFs:  

Conditions and requirements

  • Only one tax rate can be compounded per TaxRegion and TaxCategory combination.

Field definitions

Field Name Datatype Read-Only Is Required Reference Name Picklist
id integer    
IsCompounded boolean        
taxCategoryID integer TaxCategories  
taxName string (100)      
taxRate decimal      
taxRegionID integer TaxRegions  

Additional resources