v1
latestOpenAPI 3.0.22026-07-223907721.1 MBtax
Get Tax For Tax Class
Returns the Taxrate for the given Item
get/v2/tax/taxclass/{taxClassId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}
Path parameters
departureCountryISOstring required
Country ISO code of the source Country.
shipmentCountryISOstring required
Country ISO code of the target Country.
taxClassIdstring uuid required
Example:b45f6432-2462-4c6f-b00f-1d9d01000000
The id of the TaxClass to return.
companyIdstring uuid required
Represents a key for identifying a firm within the application.
Example:b45f6432-2462-4c6f-b00f-1d9d01000000
The id of the Company to return.
Query parameters
taxNumberstring
The taxNumber of the Customer
invoiceCountryISOstring
The Country ISO Code of the Invoice
invoiceCountryStateISOstring
The State in the Country of the Invoice
shipmentCountryStateISOstring
The State in the target Country
Headers
x-tenant-idstring uuid required
The tenant ID for the target ERP instance.
x-runasstring
The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.
x-companyidstring
The Company-Id (int or uuid) of the company on whose behalf the request is executed.
Response
The TaxRate for the given TaxClassId.
Example response
{
"taxClassId": "b45f6432-2462-4c6f-b00f-1d9d01000000"
}