Creates a Guest Reservation.

To create a GuestReservation you must enter an address_id and the date attribute for check_in and check_out. This represents the duration of the GuestReservation.

Another optional attribute for check_in and check_out is time. If no time is given, by default, the check in time will be set to '14:00' and the check out will be set to '11:00'

Log in to see full request history
Body Params
integer
required
check_in
object
required

The check-in time for the GuestReservation. For example: If 2020-01-01 14:00 is the check-out date and time, insert that here.

check_out
object
required

This is the check-out date and time. For example: If 2020-01-08 11:00 is the check-out date and time, insert that here.

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json