E invoicing

Acknowledge An Inbound Invoice

POST
/api/e-invoicing/invoices/{reference}/acknowledge
AuthorizationBearer <token>

In: header

Path Parameters

reference*string

Invoice reference number (IRN)

Response Body

application/json

curl -X POST "https://example.com/api/e-invoicing/invoices/string/acknowledge"
{
  "invoiceId": "123e4567-e89b-12d3-a456-426614174000",
  "incomingAction": "acknowledged",
  "incomingActionAt": "2026-06-10T11:32:00Z"
}
Empty
Empty
Empty
Empty
Empty

How is this guide?

Last updated on