Skip to content

FatturaElettronicaXmlService class

Allows working with FatturaElettronicaXml entities.

public class FatturaElettronicaXmlService : CompanyServiceBase<FatturaElettronicaXml>

Public Members

name description
FatturaElettronicaXmlService(…)
AddManyAsArchive(…) Uploads multiple XMLs as a compressed archive.
ApplyStyleSheet(…) Applies a stylesheet to a XML.
DeleteAll(…) Deletes all XMLs. Use with caution.
GetAllAsArchive(…) Downloads all available XMLs as a compressed archive.
GetAsXml(…) Downloads a single XML by file name.
GetAttachments(…) Downloads the attachments contained within an XML.
GetManyAsArchiveByDateRange(…) Downloads XMLs by date range, as a compressed archive.
GetManyAsArchiveByFileName(…) Downloads XMLs by file name as a compressed archive.
SdiDownloadEsiti(…) Requests a download of SDI result records that might be available on the Invoice interchange system (Sdi). An active Sdi subscription is required.
SdiDownloadFatture(…) Requests a download of Documento instances that might be available on the Invoice interchange system (Sdi). An active Sdi subscription is required.
SdiUpload(…) Requests an upload of Documento XMLs (electronic invoices) to the Invoice interchange systems (Sdi).An active Sdi subscription is required.
XmlExport(…) Requests a Documento XML export and download.
XmlImport(…) Requests an XML import. The resulting Documento will be added to the archive.

See Also