e-copedia hjælpecenter
Retrieving Electronic Invoice Status
Sidst opdateret:
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/sentto 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.