Links

Cart

post
https://api.voordemensen.nl
/v1/:client_name/cart/
Create cart
post
https://api.voordemensen.nl
/v1/:client_name/cart/:cart_id
Put seat(s) in the cart
get
https://api.voordemensen.nl
/v1/:client_name/cart/:cart_id
Get items in cart
The response is a list of items in the cart, followed by the calculated total price of the cart.
If the Recommendation Extension is activated the response contains an array of other events the user can visit before or after this event, links to those events and even the 🚲cycle-distance between venues.
delete
https://api.voordemensen.nl
/v1/:client_name/cart/:cart_id/:seat_id
Delete seat from cart
Last modified 3yr ago