active stays: ability to extent checkout time

This commit is contained in:
androidlover5842
2026-01-29 20:39:15 +05:30
parent f593306c50
commit 9d3ade3d03
7 changed files with 491 additions and 11 deletions

View File

@@ -177,6 +177,25 @@ Response
---
### Update expected dates
POST /properties/{propertyId}/bookings/{bookingId}/expected-dates
Rules:
- OPEN → can update expectedCheckInAt and/or expectedCheckOutAt
- CHECKED_IN → can update only expectedCheckOutAt
- CHECKED_OUT / CANCELLED / NO_SHOW → forbidden
Body
{
"expectedCheckInAt": "2026-01-29T12:00:00+05:30",
"expectedCheckOutAt": "2026-01-30T10:00:00+05:30"
}
---
## 2) Guests
### Create guest + link to booking