List sales_taxes
GET/v1/entities/:entity_id/sales_taxes
Returns a list of sales taxe entries created. The sales taxes are returned in sorted order, with the most recent sales taxes appearing first. Authentication
Request
Responses
- 200
- 400
- 401
- 404
A dictionary with a data property that contains an array of objects. Each entry in the array is a separate sales tax entry object. If no more sales tax entries are available, the resulting array will be empty. You can list Sales Tax Entries by date or updated_after or updated_before.
Returns an error if atleast one param date, updated_before, or updated_after was not provided.
HTTP Basic: Access denied.
Returns an error if a invalid entity identifier was provided.