Example request
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'Parameters
| Name | In | Required | Description |
|---|---|---|---|
| id | path | yes | — |
Responses
200OK
ModelEInvoiceXml
| Field | Type | Description |
|---|---|---|
| xml* | string | ZUGFeRD 2.2 (EN 16931) CII XML for the document |
Example response
{
"xml": "string"
}Invoices