v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBInvoice
Retrieve XML of an e-invoice
Retrieves the XML of an e-invoice
get/Invoice/{invoiceId}/getXml
Path parameters
invoiceIdinteger required
ID of invoice from which you want the XML
Response
A xml file
Example response
{
"objects": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
}