# ResGuest

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `ResGuests`/[ResGuest](/connectivity/docs/api-reference/resguest) | Specifies the details of a specific guest in the reservation. | object | 0..* | - |
| `ResGuests`/`@ResGuestRPH` | Specifies an index number that works as a cross-reference to link guests ([ResGuest](/connectivity/docs/api-reference/resguest)) to rooms [RoomStay](/connectivity/docs/api-reference/roomstay). | int | 1..1 |  |
| `ResGuests`/[Profiles](/connectivity/docs/api-reference/profiles) | Contains a guest's personal information. | array of [ProfileInfo](/connectivity/docs/api-reference/profileinfo) | 1..1 | - |


## XML

```xml
<ResGuest
  ResGuestRPH="1">
   <Profiles>
     ...
   </Profiles>
</ResGuest>
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.6feca6813d49343c21f6eaf6fb23bc2ae9463aebb608c424a9b1a86125d3a633.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.47baf4836abbc19d568e27e43a5a6500b959bf6bebfe20f361089b013d7d6940.53c68abe.md)