OTA - Hotel Search Response 

ElementLevelAttributesDescriptionOccuerencesTypeNotes/Comments
OTA_Hotel
SearchRS
1

1



@TimeStamp





@Version





@Target





@AltLangID



Criteria2

1

Criterion3

1...n

HotelRef4

1object


@HotelCode





@HotelCodeContext


 



Example

Single Supplier
<OTA_HotelSearchRS AltLangID="EN-US" Target="Production" TimeStamp="2022-05-31T17:41:31.656Z" Version="4">
<Success/>
<Criteria>
<Criterion>
<HotelRef HotelCode="ARROM1" HotelCodeContext="HILTON"/>
</Criterion>
<Criterion>
<HotelRef HotelCode="ARROM2" HotelCodeContext="HILTON"/>
</Criterion>
</Criteria>
</OTA_HotelSearchRS>
Milti Suppliers
<OTA_HotelSearchRS Target="Production" Version="4.0" TimeStamp="2022-05-31T17:47:40.040" AltLangID="en-us">
<Criteria>
<Criterion>
<HotelRef HotelCode="ATTSD" HotelCodeContext="HILTON"/>
</Criterion>
<Criterion>
<HotelRef HotelCode="CBTSS" HotelCodeContext="HYATT"/>
</Criterion>
</Criteria>
</OTA_HotelSearchRS>



OTA-Hotel Search Request

ElementLevelAttributesDescriptionOccurrencesTypeNotes/Comments
OTA_Hotel
SearchRQ
1

1



@TimeStamp





@Version





@Target





@AltLangID



Criteria2

1

Criterion3

1...N

HotelRef4

1object


@HotelCodeContext



Profiles4

1

ProfileInfo5

1

Profile6

1



@LastModifyDateTime


 



Examples

Single Supplier
<OTA_HotelSearchRQ TimeStamp="2022-03-16T19:08:49.589" Version="3.0" Target="Production" AltLangID="en-US">
<Criteria>
<ns:Criterion>
<HotelRef HotelCodeContext="HILTON"/>
<Profiles>
<ProfileInfo>
<Profile LastModifyDateTime="2022-01-15T21:43:03.375"/>
</ProfileInfo>
</Profiles>
</Criterion>
</Criteria>
</OTA_HotelSearchRQ>
Multi Suppliers
<OTA_HotelSearchRQ TimeStamp="2023-01-01T19:08:49.589" Version="3.0" Target="Production" AltLangID="en-US"
<Criteria>
<Criterion>
<HotelRef HotelCodeContext="HILTON"/>
<Profiles>
<ProfileInfo>
<Profile LastModifyDateTime="2021-01-21T00:00:49.589"/>
</ProfileInfo>
</Profiles>
</Criterion>
<Criterion>
<HotelRef HotelCodeContext="HYATT"/>
<Profiles>
<ProfileInfo>
<Profile LastModifyDateTime="2022-05-01T00:00:49.589"/>
</ProfileInfo>
</Profiles>
</Criterion>
</Criteria>
</OTA_HotelSearchRQ>