ImportXMLInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ImportXMLInput.jsonfileNamestring
Optional original filename for reference
isBase64boolean
Set to true if XML content is base64 encoded
skipDuplicatesboolean
Skip invoices that already exist instead of returning error
xmlstringrequired
FatturaPA XML content (raw or base64 encoded)
ImportXMLInput
{
"$schema": "https://example.com/schemas/ImportXMLInput.json",
"fileName": "string",
"isBase64": true,
"skipDuplicates": true,
"xml": "string"
}