Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the Customer Invoice to mark
Body
Date (and time) when the invoice got paid in YYYY-mm-dd H:i:s
format.
"2024-04-31 14:00:00"
Response
Getting the marked Customer Invoice
Customer Invoice
ID of the invoice, always starting with inv_
.
"inv_abc12345def678"
ID of the customer which the invoice belongs to.
"cst_abc12345def678"
Number of the invoice as string
.
"2024-001"
Issue date of the invoice. Formatted as YYYY-mm-dd
.
"2024-04-29"
Currency of the invoice amount.
"EUR"
Invoice amount as string
.
"12.95"
Date the invoice is marked as paid. Written in ATOM format.
"2024-05-28T21:00:00+02:00"
Date and time when the invoice was added to MijnKlantportaal. Written in ATOM format.
"2024-04-29T21:00:00+02:00"