Jupiter ERP
Account API

Get invoice ZUGFeRD XML

/api/account/invoices/{id}/e-invoice-xml

GETHTTP
get/api/account/invoices/{id}/e-invoice-xml

Beispielanfrage

GET https://api.jupiter-erp.com/api/account/invoices/example-id/e-invoice-xml

Code
curl -X GET 'https://api.jupiter-erp.com/api/account/invoices/example-id/e-invoice-xml' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
  -H 'Accept: application/json'

Parameter

NameInPflichtBeschreibung
idpathja

Antworten

200OK
FeldTypBeschreibung
xml*stringZUGFeRD 2.2 (EN 16931) CII XML for the document
Beispiel Response
{
  "xml": "string"
}
Invoices

Fragen zur Integration?

GET /api/account/invoices/{id}/e-invoice-xml · Jupiter ERP