GET v1/Generic/tax-engine
Retrieves the Tax Calculation Engine details for the current domain using the MIS key from the bearer token. Returns the configured tax engine, or a default engine if none is found.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HTTP response containing a TaxCalculationEngine object or an appropriate error message.
TaxCalculationEngineName | Description | Type | Additional information |
---|---|---|---|
Id |
Provide the Id of the Tax Calculation Engine |
integer |
None. |
Name |
Provide the Name of the Tax Calculation Engine |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2" }
application/xml, text/xml
Sample:
<TaxCalculationEngine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>1</Id> <Name>sample string 2</Name> </TaxCalculationEngine>