Add booking create endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s

This commit is contained in:
androidlover5842
2026-01-29 03:42:30 +05:30
parent 9b64b34ab9
commit ec3c7891a4
3 changed files with 75 additions and 0 deletions

View File

@@ -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