Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
ID of the customer this offer is meant for
"cst_abc12345def678"
Number of the offer, as string
"2014-001"
Date when the offer is issued, in YYYY-mm-dd
format
"2025-04-14"
Date when the offer expires, in YYYY-mm-dd
format
"2025-04-31"
Line in this offer
Indicates if MijnKlantportaal should send out the notification to inform the customer about the new offer
true
Response
Getting the created Customer Offer
Customer Offer
ID of the offer, always starting with off_
.
"off_abc12345def678"
ID of the customer which the offer belongs to.
"cst_abc12345def678"
Number of the offer as string
.
"2024-001"
Issue date of the offer. Formatted as YYYY-mm-dd
.
"2024-04-29"
Date on which the the offer expires. Formatted as YYYY-mm-dd
.
"2024-05-29"
Currency of the offer amount.
"EUR"
Invoice offer as string
.
"12.95"
Date and time the offer is marked as accepted. Written in ATOM format.
"2024-05-14T21:00:00+02:00"
IP address from which the offer was accepted.
"123.456.7.8.9"
User-Agent which is used to accept the offer.
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36"
base64
data string of the signature as PNG
.
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAA..."
Date and time the offer is marked as rejected. Written in ATOM format.
"2024-05-14T21:00:00+02:00"
Date and time when the offer was added to MijnKlantportaal. Written in ATOM format.
"2024-04-29T21:00:00+02:00"