GET
/
v1
/
taxes
/
rates
/
{id}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
code
string
required

Tax rate code identifier.

created_at
string
required

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

description
string | null
required

Internal description of the tax rate.

id
string
required

Tax rate ID.

invoicing_entity_id
string
required

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

name
string
required

Name of the tax rate.

rate
number
required

The percentage rate of the tax.

updated_at
string
required

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