booking: ability to take signature
This commit is contained in:
14
AGENTS.md
14
AGENTS.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user