Skip to main content

ImportInvoiceInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/ImportInvoiceInput.json
invoicestringrequired

Base64-encoded FatturaPA XML content

invoice_file_namestring

Optional filename for the invoice

metadata object

Optional metadata for internal tracking

property name*any

Optional metadata for internal tracking

sdi_idstring

Optional SDI identifier if already known

ImportInvoiceInput
{
"$schema": "https://example.com/schemas/ImportInvoiceInput.json",
"invoice": "string",
"invoice_file_name": "string",
"metadata": {},
"sdi_id": "string"
}