{{baseUrl}}/business_registry_configurations
POST {{baseUrl}}/business_registry_configurations
The Business Registry Configuration is a tool used to set and manage company data for your own business. It functions as an entity representing a company managed by your account. Through this configuration, various settings can be customized, including: IMPORTANT: To receive supplier invoices, it is necessary to configure the
apply_legal_storage
Enable legal storage functionalityapply_signature
Enable digital signaturesPOST/api_configurations
and set the value supplier-invoice
as indicated in the documentation. Invoices will be sent to the specified callback and can then be accessed via the Get/invoices
endpoint.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"fiscal_id": "000133445566",
"name": "My company",
"email": "me@example.com",
"apply_signature": true,
"apply_legal_storage": true
},
"message": "in fugi",
"success": false,
"error": "quis velit pariatur"
} |
ENDPOINTS