Endpoint
Headers
Request Body
Field Reference
Response: Success (200)
Response: Room Occupied (409)
Returned when the specified room already has an active guest:The
currentGuest object helps you identify who is currently in the room, so you can resolve the conflict — either check out the previous guest first, or correct the room number.Response: Duplicate Guest (409)
Returned when an active guest with the samepmsGuestId already exists:
Response: Validation Error (400)
Returned when required fields are missing or field values are invalid:Idempotency
If you send the sameIdempotency-Key within 24 hours, the original response is returned without creating a duplicate guest:
_idempotent: true flag tells you this is a cached response from a previous identical request.