BusinessRegistryConfigOutput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/BusinessRegistryConfigOutput.jsonactivebooleanrequired
Whether the configuration is active
applyLegalStoragebooleanrequired
Legal storage enabled
applySignaturebooleanrequired
Digital signature enabled
emailstringrequired
Email for SDI notifications
fiscalIdstringrequired
Fiscal ID (P.IVA)
BusinessRegistryConfigOutput
{
"$schema": "https://example.com/schemas/BusinessRegistryConfigOutput.json",
"active": true,
"applyLegalStorage": true,
"applySignature": true,
"email": "string",
"fiscalId": "string"
}