e-copedia hjælpecenter

Retrieving Electronic Invoice Status

Sidst opdateret:
Skrevet af Charles J

Retrieving electronic invoice status can be done via GET /invoices/sent

The e-conomic REST API provides endpoints for retrieving information about invoices that have been sent through electronic invoicing.

Use:

GET /invoices/sent

to retrieve a collection of sent electronic invoices.

A specific sent-invoice record can be retrieved using:

GET /invoices/sent/{id}

The /invoices/sent resource contains delivery records for invoices sent through electronic invoicing.

Although the delivery method is represented by the value ean, the endpoint may cover electronic invoices sent using recipient types such as:

  • EAN

  • CVR or company registration number

  • P-number

  • PEPPOL

Obs

⭐ It does not provide a general status history for invoices sent by email through the REST API.

Var denne artikel nyttig?