curl --request POST \
--url https://api.sandbox.tesouro.com/finops/v1/documents/reset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-finops-version: <x-finops-version>' \
--data '
{
"entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object_type": "<string>",
"starts_with": 1
}
'{
"error": {
"message": "<string>"
}
}curl --request POST \
--url https://api.sandbox.tesouro.com/finops/v1/documents/reset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-finops-version: <x-finops-version>' \
--data '
{
"entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object_type": "<string>",
"starts_with": 1
}
'{
"error": {
"message": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?