booking: ability to take signature

This commit is contained in:
androidlover5842
2026-01-29 10:36:49 +05:30
parent 799c0b44b9
commit 29065cee22
7 changed files with 307 additions and 2 deletions

View File

@@ -46,6 +46,20 @@ Response
---
### List bookings
GET /properties/{propertyId}/bookings
Optional query param:
- status (comma-separated), e.g. status=OPEN,CHECKED_IN
Behavior:
- If status is omitted, returns all bookings for the property (newest first).
Response: List of BookingListItem with id, status, guestId, source, times, counts, expectedGuestCount, notes.
---
### Check-in (creates RoomStay)
POST /properties/{propertyId}/bookings/{bookingId}/check-in