curl --request GET \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/settings \
--header 'Authorization: Bearer <token>'{
"accounting": {
"ledgerAccountIds": [
"<string>"
],
"taxIds": [
"<string>"
]
},
"allowPurchaseOrderAutolinking": true,
"currency": "<string>",
"documentIds": {
"documentTypePrefix": "<string>",
"includeDate": true,
"minDigits": 123,
"nextNumber": 123,
"prefix": "<string>",
"separator": "<string>"
},
"documentRendering": {
"creditNote": null,
"displayEntityBankAccount": true,
"displayLineItems": true,
"invoice": null,
"lineItems": null,
"quote": null
},
"generatePaidInvoicePdf": true,
"language": "<string>",
"mail": {
"replyTo": "<string>"
},
"payablesOcrAutoTagging": [
{
"enabled": true,
"keywords": [
"<string>"
],
"tagId": "<string>"
}
],
"payablesSkipApprovalFlow": true,
"paymentPriority": "<string>",
"quoteSignatureRequired": true,
"receivableEditFlow": "<string>",
"reminder": {
"enabled": true
},
"vatInclusiveDiscountMode": "<string>",
"vatMode": "<string>"
}Requires the org:read:all scope.
Token types: APP, USER | Required scopes: org:read:all
curl --request GET \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/settings \
--header 'Authorization: Bearer <token>'{
"accounting": {
"ledgerAccountIds": [
"<string>"
],
"taxIds": [
"<string>"
]
},
"allowPurchaseOrderAutolinking": true,
"currency": "<string>",
"documentIds": {
"documentTypePrefix": "<string>",
"includeDate": true,
"minDigits": 123,
"nextNumber": 123,
"prefix": "<string>",
"separator": "<string>"
},
"documentRendering": {
"creditNote": null,
"displayEntityBankAccount": true,
"displayLineItems": true,
"invoice": null,
"lineItems": null,
"quote": null
},
"generatePaidInvoicePdf": true,
"language": "<string>",
"mail": {
"replyTo": "<string>"
},
"payablesOcrAutoTagging": [
{
"enabled": true,
"keywords": [
"<string>"
],
"tagId": "<string>"
}
],
"payablesSkipApprovalFlow": true,
"paymentPriority": "<string>",
"quoteSignatureRequired": true,
"receivableEditFlow": "<string>",
"reminder": {
"enabled": true
},
"vatInclusiveDiscountMode": "<string>",
"vatMode": "<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.
Application (M2M) OAuth2 access token (client credentials).
The organization ID.
Returns the organization settings.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?