Add booking create endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -95,6 +95,7 @@ Properties
|
||||
- Property create/update accepts addressText, otaAliases, emailAddresses, allowedTransportModes.
|
||||
|
||||
Booking flow
|
||||
- POST /properties/{propertyId}/bookings (create booking)
|
||||
- /properties/{propertyId}/bookings/{bookingId}/check-in (creates RoomStay rows)
|
||||
- /properties/{propertyId}/bookings/{bookingId}/check-out (closes RoomStay)
|
||||
- /properties/{propertyId}/bookings/{bookingId}/cancel
|
||||
|
||||
Reference in New Issue
Block a user