Download OpenAPI specification:
External invoice API, authenticated via the shared Keycloak invoice-api realm.
{- "data": [
- {
- "invoiceId": "string",
- "companyId": null,
- "direction": null,
- "status": "string",
- "createdAt": null,
- "invoiceNumber": null,
- "invoiceType": null,
- "invoice": null
}
], - "exclusiveStartKey": null
}{- "data": [
- {
- "invoiceId": "string",
- "companyId": null,
- "direction": null,
- "status": "string",
- "createdAt": null,
- "invoiceNumber": null,
- "invoiceType": null,
- "invoice": null
}
], - "exclusiveStartKey": null
}required | Array of objects (Invoices) [ 1 .. 200 ] items |
{- "invoices": [
- {
- "invoiceId": "string",
- "deliveryType": "email",
- "invoice": { }
}
]
}{- "total": 0,
- "createdCount": 0,
- "failedCount": 0,
- "created": [
- {
- "invoiceId": "string",
- "invoiceNumber": ""
}
], - "errors": [
- {
- "invoiceId": null,
- "error": "string",
- "invoice": { }
}
]
}