v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Invoice

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

objectsstring

Example response

{
  "objects": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
}