Services
Multiple parents
Services is a child of:
HotelInfo
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
HotelInfo/Services | Services offered at the property. | array of Service | 0..1 | - |
Services/Service | Details of a service. | object | 0..* | - |
XML
<Services>
<Service ... />
<Service ... />
</Services>HotelReservation
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
HotelReservation/Services | Services included in the reservation. | array of Service | 1..1 | - |
Services/Service | Contains details of a service included in the reservation. | object | 0..* | - |
XML
<Services>
<Service ... />
<Service ... />
</Services>HotelResModify
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
HotelResModify/Services | Services included in the reservation. | array of Service | 1..1 | - |
Services/Service | Contains details of a service included in the reservation. | object | 0..* | - |
XML
<Services>
<Service ... />
<Service ... />
</Services>