Update AGENTS with availability and card revoke details
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s
This commit is contained in:
@@ -81,6 +81,9 @@ Rooms / inventory
|
||||
- /properties/{propertyId}/rooms/board/stream (SSE)
|
||||
- /properties/{propertyId}/rooms/availability
|
||||
- /properties/{propertyId}/rooms/availability-range?from=YYYY-MM-DD&to=YYYY-MM-DD
|
||||
- Public availability:
|
||||
- GET /properties/{propertyId}/rooms/available
|
||||
- GET /properties/{propertyId}/rooms/by-type/{roomTypeCode}?availableOnly=true|false
|
||||
|
||||
Room types
|
||||
- POST /properties/{propertyId}/room-types
|
||||
@@ -103,7 +106,10 @@ Card issuing
|
||||
- /properties/{propertyId}/room-stays/{roomStayId}/cards/prepare -> returns cardIndex + sector0 payload
|
||||
- /properties/{propertyId}/room-stays/{roomStayId}/cards -> store issued card
|
||||
- /properties/{propertyId}/room-stays/{roomStayId}/cards (list)
|
||||
- /properties/{propertyId}/room-stays/cards/{cardId}/revoke (ADMIN only)
|
||||
- /properties/{propertyId}/room-stays/cards/{cardIndex}/revoke (ADMIN; MANAGER allowed only for temp cards)
|
||||
- Temp cards (room-only, 7 min expiry):
|
||||
- POST /properties/{propertyId}/rooms/{roomId}/cards/prepare-temp
|
||||
- POST /properties/{propertyId}/rooms/{roomId}/cards/temp
|
||||
|
||||
Guest APIs
|
||||
- /properties/{propertyId}/guests/search?phone=... or ?vehicleNumber=...
|
||||
|
||||
Reference in New Issue
Block a user