# Set inhouse guests Endpoint: POST /PMSInterface/SetInhouse Version: 1.1.0 Security: ApiKeyAuth ## Request fields (application/json): - `reservationId` (string) Unique reservation id from the PMS System. - `roomNr` (string) Room number from the PMS System. - `bed` (string) Bed from the PMS System. - `resText` (string) Reservation text from the PMS System. - `guestNr` (string) Guest number from the PMS System. - `tableCode` (any) Table code for mapping with the POS Table. - `arrivalDate` (string) Date and time when the guest arrive. - `departureDate` (string) Date and time when the guest depart. ## Response 200 fields