GET /invoices/{id}
andGET /taxpayers/{taxpayerID}/invoices
amount
property has been removed from API responses. Use the total
property instead.
uuid
at /invoices/{id}
is now removed. To retrieve an invoice, use the invoice’s id
at the specified endpoint. To find an invoice using its uuid
, filter the invoice collection at /taxpayer/{taxpayerId}/invoices?uuid[]={uuid}
.
@iri
property for an invoice pointed to the resource using uuid
, like /invoices/{uuid}
. Now, it points using its id
, like /invoices/{id}
.
GET /links
status
is removed. Use credential.status
instead. For example, utilize GET /links?credential.status[]=active
instead of GET /links?status[]=active
.GET /tax-returns/{id}
andGET /taxpayer/{taxpayerID}/tax-returns
operationNumber
at /tax-returns/{id}
is removed. To retrieve a tax return, use the tax return’s id
at the mentioned endpoint. To find a tax return using its operationNumber
, filter the collection at /taxpayer/{taxpayerId}/tax-returns?operationNumber[]={operationNumber}
.
@iri
property for a tax return pointed to the resource using operationNumber
, like /tax-returns/{operationNumber}
. Now, it directs to its id
, like /tax-returns/{id}
.
GET /events
andGET /events/{id}
tax-return
, the @iri
property now directs to /tax-returns/{id}
instead of the previous /tax-returns/{operationNumber}
.
invoice
, the @iri
property now directs to /invoices/{id}
instead of the previous /invoices/{uuid}
.
GET /extractions
andGET /extractions/{id}
periodFrom
property has been removed. Use options.period.from
instead.
periodTo
property has been removed. Use options.period.to
instead.
GET /file/{id}
tax-return
, the @iri
property now directs to /tax-returns/{id}
, instead of the previous /tax-returns/{operationNumber}
.
invoice
, the @iri
property now directs to /invoices/{id}
, instead of the previous /invoices/{uuid}
.
Accept-Version
header pointing to the latest version: