# 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.9435d67d3f702fdfeb4d85eb03dae5806013069110bcdc3c564617b49bff6032.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.8388ef29a07722f45ff51a79c07d4d60d1f754eb0b23bc5fc185815c796c721f.53c68abe.md)