POST GetRateData
Request Information
URI Parameters
None.
Body Parameters
PriceOptimizationRequestEntityName | Description | Type | Additional information |
---|---|---|---|
LOS | string |
None. |
|
Guest | string |
None. |
|
ProductTypeID | string |
None. |
|
ProductTypeIDText | string |
None. |
|
InclusionID | Collection of string |
None. |
|
InclusionIDText | Collection of string |
None. |
|
Properties | Collection of integer |
None. |
|
Channels | Collection of integer |
None. |
|
PropertiesText | Collection of string |
None. |
|
ChannelsText | Collection of string |
None. |
|
Promotion | boolean |
None. |
|
Qualification | boolean |
None. |
|
Restriction | boolean |
None. |
|
RestrictionText | string |
None. |
|
PromotionText | string |
None. |
|
QualificationText | string |
None. |
|
CheckInStartDate | date |
None. |
|
CustomerDatetime | date |
None. |
|
CheckInEndDate | date |
None. |
|
SID | integer |
None. |
|
SubscriberPropertyID | integer |
None. |
|
SubscriberName | string |
None. |
|
MSIRequired | boolean |
None. |
|
BenchmarkRequired | boolean |
None. |
|
CompsetRatesRequired | boolean |
None. |
|
ShopDateTime | date |
None. |
|
IsILOSApplicable | boolean |
None. |
|
SIDData | Collection of SIDData |
None. |
|
ExcelSIDs | Collection of integer |
None. |
|
IsTrendCall | boolean |
None. |
|
IsSecondary | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "LOS": "sample string 1", "Guest": "sample string 2", "ProductTypeID": "sample string 3", "ProductTypeIDText": "sample string 4", "InclusionID": [ "sample string 1", "sample string 2" ], "InclusionIDText": [ "sample string 1", "sample string 2" ], "Properties": [ 1, 2 ], "Channels": [ 1, 2 ], "PropertiesText": [ "sample string 1", "sample string 2" ], "ChannelsText": [ "sample string 1", "sample string 2" ], "Promotion": true, "Qualification": true, "Restriction": true, "RestrictionText": "sample string 5", "PromotionText": "sample string 6", "QualificationText": "sample string 7", "CheckInStartDate": "2025-04-28T15:56:40.7513958+00:00", "CustomerDatetime": "2025-04-28T15:56:40.7513958+00:00", "CheckInEndDate": "2025-04-28T15:56:40.7513958+00:00", "SID": 11, "SubscriberPropertyID": 12, "SubscriberName": "sample string 13", "MSIRequired": true, "BenchmarkRequired": true, "CompsetRatesRequired": true, "ShopDateTime": "2025-04-28T15:56:40.7513958+00:00", "IsILOSApplicable": true, "SIDData": [ { "SID": 1, "SubsPropID": 2 }, { "SID": 1, "SubsPropID": 2 } ], "ExcelSIDs": [ 1, 2 ], "IsTrendCall": true, "IsSecondary": true }
text/html
Sample:
{"LOS":"sample string 1","Guest":"sample string 2","ProductTypeID":"sample string 3","ProductTypeIDText":"sample string 4","InclusionID":["sample string 1","sample string 2"],"InclusionIDText":["sample string 1","sample string 2"],"Properties":[1,2],"Channels":[1,2],"PropertiesText":["sample string 1","sample string 2"],"ChannelsText":["sample string 1","sample string 2"],"Promotion":true,"Qualification":true,"Restriction":true,"RestrictionText":"sample string 5","PromotionText":"sample string 6","QualificationText":"sample string 7","CheckInStartDate":"2025-04-28T15:56:40.7513958+00:00","CustomerDatetime":"2025-04-28T15:56:40.7513958+00:00","CheckInEndDate":"2025-04-28T15:56:40.7513958+00:00","SID":11,"SubscriberPropertyID":12,"SubscriberName":"sample string 13","MSIRequired":true,"BenchmarkRequired":true,"CompsetRatesRequired":true,"ShopDateTime":"2025-04-28T15:56:40.7513958+00:00","IsILOSApplicable":true,"SIDData":[{"SID":1,"SubsPropID":2},{"SID":1,"SubsPropID":2}],"ExcelSIDs":[1,2],"IsTrendCall":true,"IsSecondary":true}
application/xml, text/xml
Sample:
<PriceOptimizationRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <BenchmarkRequired>true</BenchmarkRequired> <Channels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Channels> <ChannelsText xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ChannelsText> <CheckInEndDate>2025-04-28T15:56:40.7513958+00:00</CheckInEndDate> <CheckInStartDate>2025-04-28T15:56:40.7513958+00:00</CheckInStartDate> <CompsetRatesRequired>true</CompsetRatesRequired> <CustomerDatetime>2025-04-28T15:56:40.7513958+00:00</CustomerDatetime> <ExcelSIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ExcelSIDs> <Guest>sample string 2</Guest> <InclusionID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </InclusionID> <InclusionIDText xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </InclusionIDText> <IsILOSApplicable>true</IsILOSApplicable> <IsSecondary>true</IsSecondary> <IsTrendCall>true</IsTrendCall> <LOS>sample string 1</LOS> <MSIRequired>true</MSIRequired> <ProductTypeID>sample string 3</ProductTypeID> <ProductTypeIDText>sample string 4</ProductTypeIDText> <Promotion>true</Promotion> <PromotionText>sample string 6</PromotionText> <Properties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Properties> <PropertiesText xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </PropertiesText> <Qualification>true</Qualification> <QualificationText>sample string 7</QualificationText> <Restriction>true</Restriction> <RestrictionText>sample string 5</RestrictionText> <SID>11</SID> <SIDData> <SIDData> <SID>1</SID> <SubsPropID>2</SubsPropID> </SIDData> <SIDData> <SID>1</SID> <SubsPropID>2</SubsPropID> </SIDData> </SIDData> <ShopDateTime>2025-04-28T15:56:40.7513958+00:00</ShopDateTime> <SubscriberName>sample string 13</SubscriberName> <SubscriberPropertyID>12</SubscriberPropertyID> </PriceOptimizationRequestEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfListOfMonthWiseRatesEntityName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of MonthWiseRatesEntity |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ { "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "RateCollection": [ { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" }, { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" } ], "HouseFilteredRateCollection": [ { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" }, { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" } ], "ILOSData": { "1": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ], "2": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ] } }, { "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "RateCollection": [ { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" }, { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" } ], "HouseFilteredRateCollection": [ { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" }, { "PropertyID": 1, "PropertyName": "sample string 2", "ChannelID": 3, "ChannelName": "sample string 4", "LOS": 5, "Guest": 6, "ProductType": "sample string 7", "RateCategory": "sample string 8", "Inclusion": "sample string 9", "Promotion": true, "Restriction": true, "IsCurrent": true, "IsSubscriber": true, "Currency": "sample string 14", "Rate": 15.0, "InclusiveRate": 16.0, "ExclusiveRate": 17.0, "ShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "RRDShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "Description": "sample string 20", "ExtraDescription": "sample string 21", "Status": "sample string 22", "SegmentID": 23, "RankNumber": 24, "RateChange": 25.0, "SiteType": "sample string 26", "BaseRate": 27.0, "MetaSiteChannelName": "sample string 28", "TaxType": "sample string 29", "AgeOfData": "sample string 30", "PreferRate": 16.0, "HigherLOSMinRate": 31.0, "HigherLOSMinInclusiveRate": 32.0, "HigherLOSMinExclusiveRate": 33.0, "HigherLOSDescription": "sample string 34", "HigherLOS": 35, "PreferedLOS": "sample string 36", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSStatus": "sample string 38" } ], "ILOSData": { "1": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ], "2": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T15:56:40.7513958+00:00", "ChannelID": 4, "ChannelName": "sample string 5", "HigherLOSMinRate": 6.0, "HigherLOSMinInclusiveRate": 7.0, "HigherLOSMinExclusiveRate": 8.0, "HigherLOS": 9, "PreferedLOS": "sample string 10", "ChannelUrl": "sample string 11", "HigherLOSShoppedDateTime": "2025-04-28T15:56:40.7513958+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ] } } ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","RateCollection":[{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"},{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"}],"HouseFilteredRateCollection":[{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"},{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"}],"ILOSData":{"1":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}],"2":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}]}},{"CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","RateCollection":[{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"},{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"}],"HouseFilteredRateCollection":[{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"},{"PropertyID":1,"PropertyName":"sample string 2","ChannelID":3,"ChannelName":"sample string 4","LOS":5,"Guest":6,"ProductType":"sample string 7","RateCategory":"sample string 8","Inclusion":"sample string 9","Promotion":true,"Restriction":true,"IsCurrent":true,"IsSubscriber":true,"Currency":"sample string 14","Rate":15.0,"InclusiveRate":16.0,"ExclusiveRate":17.0,"ShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","RRDShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","Description":"sample string 20","ExtraDescription":"sample string 21","Status":"sample string 22","SegmentID":23,"RankNumber":24,"RateChange":25.0,"SiteType":"sample string 26","BaseRate":27.0,"MetaSiteChannelName":"sample string 28","TaxType":"sample string 29","AgeOfData":"sample string 30","PreferRate":16.0,"HigherLOSMinRate":31.0,"HigherLOSMinInclusiveRate":32.0,"HigherLOSMinExclusiveRate":33.0,"HigherLOSDescription":"sample string 34","HigherLOS":35,"PreferedLOS":"sample string 36","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSStatus":"sample string 38"}],"ILOSData":{"1":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}],"2":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T15:56:40.7513958+00:00","ChannelID":4,"ChannelName":"sample string 5","HigherLOSMinRate":6.0,"HigherLOSMinInclusiveRate":7.0,"HigherLOSMinExclusiveRate":8.0,"HigherLOS":9,"PreferedLOS":"sample string 10","ChannelUrl":"sample string 11","HigherLOSShoppedDateTime":"2025-04-28T15:56:40.7513958+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}]}}]}
application/xml
Sample:
text/xml
Sample: