Retrieve Tax Rates
Retrieve Tax Rates from any connected Accounting software
Path parameters
id of the taxrate you want to retrieve.
Query parameters
Set to true to include data from the original Accounting software.
Headers
The connection token
Response
Example response
{
"description": "VAT 20%",
"total_tax_ratge": 2000,
"effective_tax_rate": 1900,
"company_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"field_mappings": {
"custom_field_1": "value1",
"custom_field_2": "value2"
},
"id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"remote_id": "tax_rate_1234",
"remote_data": {
"raw_data": {
"additional_field": "some value"
}
},
"created_at": "2024-06-15T12:00:00Z",
"modified_at": "2024-06-15T12:00:00Z"
}Changes
Changed in 3 of the 49 revisions of this API.1020
- ○
added the optional property
company_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
effective_tax_rateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
field_mappingsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
modified_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
remote_datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
remote_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
total_tax_ratgeto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
companyfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
created_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
effective_tax_ratefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
field_mappingsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
modified_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
remote_datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
remote_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
total_tax_ratgefrom the response with the200statusresponse-optional-property-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
companyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
effective_tax_rateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
field_mappingsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
modified_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
remote_datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
remote_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
total_tax_ratgeto the response with the200statusresponse-optional-property-added
- ○