Require guest identity and signature before checkout
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
This commit is contained in:
@@ -1850,6 +1850,8 @@ BOOKING APIS
|
||||
- 404 Not Found
|
||||
- 409 Conflict
|
||||
- Booking not checked in
|
||||
- Primary guest missing / guest name missing / guest phone missing / guest signature missing
|
||||
- checkOutAt must be after checkInAt
|
||||
- Room stay amount outside allowed range
|
||||
- Ledger mismatch tolerance failure
|
||||
|
||||
@@ -1878,7 +1880,11 @@ BOOKING APIS
|
||||
- 401 Unauthorized
|
||||
- 403 Forbidden
|
||||
- 404 Not Found (booking/stay)
|
||||
- 409 Conflict (booking not checked in / amount or minimum duration invalid)
|
||||
- 409 Conflict
|
||||
- booking not checked in
|
||||
- Primary guest missing / guest name missing / guest phone missing / guest signature missing
|
||||
- checkOutAt must be after checkInAt
|
||||
- amount or minimum duration invalid
|
||||
|
||||
|
||||
- Cancel booking API is this one:
|
||||
|
||||
Reference in New Issue
Block a user