Booking propositions ==================== Current version: 1.1.0 - Expect backwards compatibility according to SemVer_ .. _SemVer: https://semver.org/spec/v2.0.0.html Create ------ .. http:post:: /api2/boekingen/(int:booking_id)/boekingsvoorstellen Instantiate a new booking proposition according to a booking proposition template. This chapter is incomplete, please contact Recras development if you'd like to integrate with this API call. List ---- .. http:get:: /api2/boekingen/(int:booking_id)/boekingsvoorstellen List all booking propositions for the booking with ``id``-number ``booking_id``. This chapter is incomplete, please contact Recras development if you'd like to integrate with this API call. HATEOAS links ------------- Each booking proposition resource should carry a ``_links`` map. The following relations may be present: ``recras:bookingproposition:disableaccept`` If this link is present, you may follow it to disable the 'accept online' function. More information about this Recras function can be found in the user documentation on `booking propositions `_