# 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.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.db8d41e1bc79646e4858455554c34b992ccb01469da7502fbb3cc803dccb64f5.53c68abe.md)