# Comments

Multiple parents
`Comments` is a child of:

* [RoomStay](/connectivity/docs/api-reference/roomstay)
* [ResGlobalInfo](/connectivity/docs/api-reference/resglobalinfo)
* [ServiceDetails](/connectivity/docs/api-reference/servicedetails)


## [RoomStay](/connectivity/docs/api-reference/roomstay)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RoomStay](/connectivity/docs/api-reference/roomstay)/`Comments` | Free-text comments entered by booker for this particular room. | array of [Comment](/connectivity/docs/api-reference/comment) | 1..1 | - |
| `Comments`/[Comment](/connectivity/docs/api-reference/comment) | An optional comment, entered by the booker, about the room or reservation. | object | 1..1 | - |


### XML


```xml
<Comments>
   <Comment>
      ...
   </Comment>
</Comments>
```

## [ResGlobalInfo](/connectivity/docs/api-reference/resglobalinfo)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [ResGlobalInfo](/connectivity/docs/api-reference/resglobalinfo)/`Comments` | Free-text comments entered by booker for this reservation. | array of [Comment](/connectivity/docs/api-reference/comment) | 1..1 | - |
| `Comments`/[Comment](/connectivity/docs/api-reference/comment) | An optional comment, entered by the booker, about the room or reservation. | object | 1..1 | - |


### XML


```xml
<Comments>
   <Comment>
      ...
   </Comment>
</Comments>
```

## [ServiceDetails](/connectivity/docs/api-reference/servicedetails)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [ServiceDetails](/connectivity/docs/api-reference/servicedetails)/`Comments` | Answers for questions partner provided and booker answered | array of [Comment](/connectivity/docs/api-reference/comment) | 1..1 | - |
| `Comments`/[Comment](/connectivity/docs/api-reference/comment) | An optional comment, entered by the booker, about the service reservation. | object | 1..1 | - |


### XML


```xml
<Comments>
   <Comment Name="Guest count" >
      <Text> 3 </Comment>
   <Comment Name=".." >
      <Text> .. </Text>
   </Comment>
    ..
</Comments>
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.db8d41e1bc79646e4858455554c34b992ccb01469da7502fbb3cc803dccb64f5.53c68abe.md)