{{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.

Request Body

{"fiscal_id"=>"<string>", "name"=>"<string>", "email"=>"<string>", "apply_signature"=>"<boolean>", "apply_legal_storage"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;fiscal_id&quot;:&quot;000133445566&quot;,&quot;name&quot;:&quot;My company&quot;,&quot;email&quot;:&quot;me@example.com&quot;,&quot;apply_signature&quot;:true,&quot;apply_legal_storage&quot;:true},&quot;message&quot;:&quot;in fugi&quot;,&quot;success&quot;:false,&quot;error&quot;:&quot;quis velit pariatur&quot;}