Tax by Address POST Request
The POST request enables you to submit a single input address or a list of
addresses for batch processing. 'Tax by Address' POST request calculates and returns tax
amount applicable at specific address(es). It accepts a list of
address(es)
, Preferences
and
purchaseAmount
as POST request parameters and
taxRateTaxid
as path parameters. The output consists of list of
corresponding tax rates and calculated total tax on purchase amount for the area where
the input addresses fall.
The tax amount information can be retrieved for the following tax types:
- General Tax
- Auto Tax
- Medical Tax
- Construction Tax
'General', 'Auto', 'Medical' or 'Construction' value must be passed as input in the 'taxType' parameter to retrieve tax amount as per the specific tax type.
Note: In case of all tax types; Auto, General, Medical and Construction, the Sales Tax amount and
Use Tax amount is calculated and returned in the response.