eBill Invoice API v2 (2.0.0)

Download OpenAPI specification:

External invoice API, authenticated via the shared Keycloak invoice-api realm.

Invoices

List invoices sent by the authenticated company

Authorizations:
CustomAuthorizer

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "exclusiveStartKey": null
}

List invoices received by the authenticated company

Authorizations:
CustomAuthorizer

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "exclusiveStartKey": null
}

Create up to 200 invoice drafts in a single call

Authorizations:
CustomAuthorizer
Request Body schema: application/json
required
required
Array of objects (Invoices) [ 1 .. 200 ] items

Responses

Request samples

Content type
application/json
{
  • "invoices": [
    ]
}

Response samples

Content type
application/json
{
  • "total": 0,
  • "createdCount": 0,
  • "failedCount": 0,
  • "created": [
    ],
  • "errors": [
    ]
}