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
"2024-04-31"
Date when the offer expires, in YYYY-mm-dd
format
"2024-04-31"
Amount of the offer, as string
. Only Euro (EUR) is supported at the moment.
"12.95"
The PDF file of the offer
Indicates if MijnKlantportaal should send out the notification to inform the customer about the new offer
true
Date and time when the offert was accepted, in YYYY-mm-dd HH:mm:ss
format. Leave empty when the offer is still outstanding.
"2024-05-11 12:59:00"
IP via which the offer was accepted, if known. This field will be omitted when acceptedAt
is null
.
"123.456.7.8.9"
UserAgent which is used to accept the offer, if known. This field will be omitted when acceptedAt
is null
.
"Mozilla/5.0 (X11; Linux x86_64) ..."
Date and time when the offert was rejected, in YYYY-mm-dd HH:mm:ss
format. Leave empty when the offer is still outstanding.
"2024-05-11 12:59:00"
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"