BookingCreate

Note that the endpoint for this API call is on Cloudbeds!

Use this callback to send us new bookings. Using this callback ensures that there is no delay between the creation of the booking and import on Cloudbeds. Therefore it's strongly recommend to implement this callback. Even when implemented it's still necessary to also implement the GetBookingList and GetBookingId calls, which act as fallbacks if the CreateBooking notification fails, when a reimport due to processing issues on Cloudbeds is necessary, or when a specific booking needs to be debugged.

The booking format is identical to what is being returned in the GetBookingId call. The booking format is described here in full detail.

See the documentation about GetBookingId for more details on the format. The specification listed here is not complete and just the minimal requirement.

The booking_json form field is expected to be JSON encoded. Note that the example shown on the right is not rendering correctly due to a bug with the specification renderer. mya_property_id, shared_secret and booking_json should be submitted as form fields.

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!