Skip to main content

ConfigureBusinessRegistryInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ConfigureBusinessRegistryInput.json
applyLegalStoragebooleanrequired

Enable legal storage (conservazione sostitutiva)

applySignaturebooleanrequired

Enable digital signature on invoices

emailstringrequired

Email for SDI notifications

fiscalIdstringrequired

Fiscal ID (P.IVA)

ConfigureBusinessRegistryInput
{
"$schema": "https://example.com/schemas/ConfigureBusinessRegistryInput.json",
"applyLegalStorage": true,
"applySignature": true,
"email": "string",
"fiscalId": "string"
}