GET
/
v1
/
taxes
/
rates
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required

Tax rate ID.

name
string
required

Name of the tax rate.

description
string | null
required

Internal description of the tax rate.

code
string
required

Tax rate code identifier.

rate
number
required

The percentage rate of the tax.

invoicing_entity_id
string
required

ID of the invoicing entity to which the tax rate is attached.

created_at
string
required

Tax rate creation date. UTC date time string in the ISO 8601 format.

updated_at
string
required

Tax rate last edition date. UTC date time string in the ISO 8601 format.