Tax by Location POST Request

'Tax by Location' service calculates and returns tax applicable at a specific location. It accepts coordinates, type, Preferences and purchaseAmount as POST request parameters and taxRateTaxid as path parameter. The output consists of list of corresponding tax rates and calculated tax for that particular area where the input latitude and longitude falls.

The input amount upon which the tax amount is to be calculated can be specified in the 'purchaseAmount' parameter. Multiple requests can be processed in a single request. 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.