curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/documents/{entity_id}/next-numbers \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"credit_note": 1,
"delivery_note": 1,
"invoice": 1,
"purchase_order": 1,
"quote": 1
}curl --request GET \
--url https://api.sandbox.tesouro.com/finops/v1/documents/{entity_id}/next-numbers \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"credit_note": 1,
"delivery_note": 1,
"invoice": 1,
"purchase_order": 1,
"quote": 1
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID of the entity
Was this page helpful?