Create Booking API
Description: Create booking
Path: /api/v2/reservation/createBooking
Method: POST
Content Type/Accept Type: application/json
Request
Attributes
* = required
mode*
integer
Based on your select room. We use this type to calculate the price by normal room or flash sale room
Possible enum values:
1 = Normal
2 = Flash Sale
bookingType*
integer
Type of booking
Possible enum values:
1 = Hourly Booking
2 = Overnight Booking
3 = Daily Booking