Cancelling bookings
Access to this feature is currently restricted to authorized API users only. If you feel you need access to this feature, please contact datasupport@springest.com.
Our Booking API allows you to send bookings directly from your system to Springest. We also give you the possibility to cancel bookings through our API.
In order to cancel a booking, make the following request:
POST /trainings/:training_id/bookings/:id/cancel.[xml|json]?api_key=YOUR_PRIVATE_API_KEY
Responses
- 201 Created When the Booking has been cancelled succesfully.
- 404 Not Found When the Booking can not be found, this probably means you're trying to cancel a Booking that was not created by you.