API booking
API - Booking - POST booking/check
Checking if a booking can be made. The same checks are performed during the actual adding of a booking. But the booking is not actually made.
Documentation
Difficulty level:
API - Booking - POST booking/add
Adding a booking. The same checks are performed as in the check function. If all checks are ok, the booking is made.
Documentation
Difficulty level:
API - Booking - POST booking/current
Shows bookings for current user
Documentation
Difficulty level:
API - Booking - GET booking/{id}
getting the information of a specific booking.
Documentation
Difficulty level:
API - Booking - POST booking/payment
Admin access
Documentation
Difficulty level:
API - Booking - Available fields
An overview of available fields on booking level which can be used in methods which link to this page.
Documentation
Difficulty level: