# ResGlobalInfo

Multiple parents
`ResGlobalInfo` can be a child of:

* [HotelReservation](/connectivity/docs/api-reference/hotelreservation)
* [HotelResModify](/connectivity/docs/api-reference/hotelresmodify)


## [HotelReservation](/connectivity/docs/api-reference/hotelreservation)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelReservation](/connectivity/docs/api-reference/hotelreservation)/`ResGlobalInfo` | General information about the reservation as a whole. | object | 1..1 | - |
| `ResGlobalInfo`/[Comments](/connectivity/docs/api-reference/comments) | Comments entered by the booker. | array of [Comment](/connectivity/docs/api-reference/comment) | 1..1 | - |
| `ResGlobalInfo`/[Guarantee](/connectivity/docs/api-reference/guarantee) | Details of the payment method used. | object | 1..1 | Will only be sent once and deleted afterwards. |
| `ResGlobalInfo`/[Total](/connectivity/docs/api-reference/total) | The total price for all rooms and dates in the reservation. | object | 1..1 | Note that there may be some excluded charges from this price. For more details please implement feature include_price_details. |
| `ResGlobalInfo`/[HotelReservationIDs](/connectivity/docs/api-reference/hotelreservationids) | Unique identifiers for the reservation. | array of [HotelReservationID](/connectivity/docs/api-reference/hotelreservationid) | 1..1 | - |
| `ResGlobalInfo`/[Profiles](/connectivity/docs/api-reference/profiles) | Booker's personal information. | object | 1..1 | The booker is not always a guest. |


### XML

```xml
<ResGlobalInfo>
  <Comments>
    ...
  </Comments>
  <Guarantee>
    ...
  </Guarantee>
  <Total ... />
  <HotelReservationIDs>
    ...
  </HotelReservationIDs>
  <Profiles>
    ...
  </Profiles>
</ResGlobalInfo>
```

## [HotelResModify](/connectivity/docs/api-reference/hotelresmodify)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelResModify](/connectivity/docs/api-reference/hotelresmodify)/`ResGlobalInfo` | General information about the reservation as a whole. | object | 1..1 | - |
| `ResGlobalInfo`/[Comments](/connectivity/docs/api-reference/comments) | Comments entered by the booker. | array of [Comment](/connectivity/docs/api-reference/comment) | 1..1 | - |
| `ResGlobalInfo`/[Guarantee](/connectivity/docs/api-reference/guarantee) | Details of the payment method used. | object | 1..1 | Will only be sent once and deleted afterwards. |
| `ResGlobalInfo`/[Total](/connectivity/docs/api-reference/total) | The total price for all rooms and dates in the reservation. | object | 1..1 | Note that there may be some excluded charges from this price. For more details please implement feature include_price_details. |
| `ResGlobalInfo`/[HotelReservationIDs](/connectivity/docs/api-reference/hotelreservationids) | Unique identifiers for the reservation. | array of [HotelReservationID](/connectivity/docs/api-reference/hotelreservationid) | 1..1 | - |
| `ResGlobalInfo`/[Profiles](/connectivity/docs/api-reference/profiles) | Booker's personal information. | object | 1..1 | The booker is not always a guest. |


### XML

```xml
<ResGlobalInfo>
  <Comments>
    ...
  </Comments>
  <Guarantee>
    ...
  </Guarantee>
  <Total ... />
  <HotelReservationIDs>
    ...
  </HotelReservationIDs>
  <Profiles>
    ...
  </Profiles>
</ResGlobalInfo>
```

## Related endpoints

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