{{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:
apply_legal_storage
Enable legal storage functionalityapply_signature
Enable digital signatures
IMPORTANT: To receive supplier invoices, it is necessary to configure the POST/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.
Request Body
{"fiscal_id"=>"<string>", "name"=>"<string>", "email"=>"<string>", "apply_signature"=>"<boolean>", "apply_legal_storage"=>"<boolean>"}
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"}