Logo
Openapi.it Public API Documentation

{{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_storageEnable legal storage functionality
  • apply_signatureEnable 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.

 

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" }



Curl
curl -X POST 'baseUrl/business_registry_configurations' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"fiscal_id":"\u003cstring\u003e","name":"\u003cstring\u003e","email":"\u003cstring\u003e","apply_signature":"\u003cboolean\u003e","apply_legal_storage":"\u003cboolean\u003e"}'

ENDPOINTS