POST GetPricePositioningNew
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-28T16:30:20.8709812+00:00", "CustomerDatetime": "2025-04-28T16:30:20.8709812+00:00", "CheckInEndDate": "2025-04-28T16:30:20.8709812+00:00", "SID": 11, "SubscriberPropertyID": 12, "SubscriberName": "sample string 13", "MSIRequired": true, "BenchmarkRequired": true, "CompsetRatesRequired": true, "ShopDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","CustomerDatetime":"2025-04-28T16:30:20.8709812+00:00","CheckInEndDate":"2025-04-28T16:30:20.8709812+00:00","SID":11,"SubscriberPropertyID":12,"SubscriberName":"sample string 13","MSIRequired":true,"BenchmarkRequired":true,"CompsetRatesRequired":true,"ShopDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00</CheckInEndDate> <CheckInStartDate>2025-04-28T16:30:20.8709812+00:00</CheckInStartDate> <CompsetRatesRequired>true</CompsetRatesRequired> <CustomerDatetime>2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00</ShopDateTime> <SubscriberName>sample string 13</SubscriberName> <SubscriberPropertyID>12</SubscriberPropertyID> </PriceOptimizationRequestEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfPricePositionViewModelName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | PricePositionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "LOS": "sample string 1", "ChannelName": "sample string 2", "PricePositioningEntites": [ { "PropertName": "sample string 1", "PropertyID": 2, "SubscriberPropertyRate": [ { "MSI": 1.0, "PriceThresholdBreach": 0, "PriceThresholdPercent": 4, "RateBackGround": 0, "BenchmarkRate": 5.0, "LowestRate": 6.0, "LowestRatePropName": "sample string 7", "Rate": "sample string 8", "HighestRate": 9.0, "HighestRatePropName": "sample string 10", "RateDifference": 11.0, "RateSupply": 12.0, "AvgOTARank": 13, "CompsetAverage": 14.0, "Event": { "EventDate": "2025-04-28T16:30:20.8709812+00:00", "EventDetails": [ { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 }, { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 } ] }, "ShortRateDescription": "sample string 15", "IsClusterExcel": true, "RateDifferenceText": "sample string 17", "Currency": "sample string 18", "ProductName": "sample string 19", "LOS": 20, "Guest": 21, "CheckInDateTime": "2025-04-28T16:30:20.8709812+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T16:30:20.8709812+00:00", "ChannelName": "sample string 26", "ChannelID": 27, "FullRateDescription": "sample string 28", "MinRateCount": 29, "HoverChannelName": "sample string 30", "HoverPropertyName": "sample string 31", "ChannelIconURL": "sample string 32", "IsDottedLine": true, "Status": "sample string 34", "StatusHover": "sample string 35", "ShowRate": "sample string 36", "SegmentID": 1, "ILOSData": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ], "RateCategory": "sample string 37", "Inclusion": "sample string 38", "Promotion": true, "Restriction": true, "IsFilteredNA": true, "CompsetAvgDifferencePercentage": 1 }, { "MSI": 1.0, "PriceThresholdBreach": 0, "PriceThresholdPercent": 4, "RateBackGround": 0, "BenchmarkRate": 5.0, "LowestRate": 6.0, "LowestRatePropName": "sample string 7", "Rate": "sample string 8", "HighestRate": 9.0, "HighestRatePropName": "sample string 10", "RateDifference": 11.0, "RateSupply": 12.0, "AvgOTARank": 13, "CompsetAverage": 14.0, "Event": { "EventDate": "2025-04-28T16:30:20.8709812+00:00", "EventDetails": [ { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 }, { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 } ] }, "ShortRateDescription": "sample string 15", "IsClusterExcel": true, "RateDifferenceText": "sample string 17", "Currency": "sample string 18", "ProductName": "sample string 19", "LOS": 20, "Guest": 21, "CheckInDateTime": "2025-04-28T16:30:20.8709812+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T16:30:20.8709812+00:00", "ChannelName": "sample string 26", "ChannelID": 27, "FullRateDescription": "sample string 28", "MinRateCount": 29, "HoverChannelName": "sample string 30", "HoverPropertyName": "sample string 31", "ChannelIconURL": "sample string 32", "IsDottedLine": true, "Status": "sample string 34", "StatusHover": "sample string 35", "ShowRate": "sample string 36", "SegmentID": 1, "ILOSData": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ], "RateCategory": "sample string 37", "Inclusion": "sample string 38", "Promotion": true, "Restriction": true, "IsFilteredNA": true, "CompsetAvgDifferencePercentage": 1 } ], "PropertyType": 0 }, { "PropertName": "sample string 1", "PropertyID": 2, "SubscriberPropertyRate": [ { "MSI": 1.0, "PriceThresholdBreach": 0, "PriceThresholdPercent": 4, "RateBackGround": 0, "BenchmarkRate": 5.0, "LowestRate": 6.0, "LowestRatePropName": "sample string 7", "Rate": "sample string 8", "HighestRate": 9.0, "HighestRatePropName": "sample string 10", "RateDifference": 11.0, "RateSupply": 12.0, "AvgOTARank": 13, "CompsetAverage": 14.0, "Event": { "EventDate": "2025-04-28T16:30:20.8709812+00:00", "EventDetails": [ { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 }, { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 } ] }, "ShortRateDescription": "sample string 15", "IsClusterExcel": true, "RateDifferenceText": "sample string 17", "Currency": "sample string 18", "ProductName": "sample string 19", "LOS": 20, "Guest": 21, "CheckInDateTime": "2025-04-28T16:30:20.8709812+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T16:30:20.8709812+00:00", "ChannelName": "sample string 26", "ChannelID": 27, "FullRateDescription": "sample string 28", "MinRateCount": 29, "HoverChannelName": "sample string 30", "HoverPropertyName": "sample string 31", "ChannelIconURL": "sample string 32", "IsDottedLine": true, "Status": "sample string 34", "StatusHover": "sample string 35", "ShowRate": "sample string 36", "SegmentID": 1, "ILOSData": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ], "RateCategory": "sample string 37", "Inclusion": "sample string 38", "Promotion": true, "Restriction": true, "IsFilteredNA": true, "CompsetAvgDifferencePercentage": 1 }, { "MSI": 1.0, "PriceThresholdBreach": 0, "PriceThresholdPercent": 4, "RateBackGround": 0, "BenchmarkRate": 5.0, "LowestRate": 6.0, "LowestRatePropName": "sample string 7", "Rate": "sample string 8", "HighestRate": 9.0, "HighestRatePropName": "sample string 10", "RateDifference": 11.0, "RateSupply": 12.0, "AvgOTARank": 13, "CompsetAverage": 14.0, "Event": { "EventDate": "2025-04-28T16:30:20.8709812+00:00", "EventDetails": [ { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 }, { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 } ] }, "ShortRateDescription": "sample string 15", "IsClusterExcel": true, "RateDifferenceText": "sample string 17", "Currency": "sample string 18", "ProductName": "sample string 19", "LOS": 20, "Guest": 21, "CheckInDateTime": "2025-04-28T16:30:20.8709812+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T16:30:20.8709812+00:00", "ChannelName": "sample string 26", "ChannelID": 27, "FullRateDescription": "sample string 28", "MinRateCount": 29, "HoverChannelName": "sample string 30", "HoverPropertyName": "sample string 31", "ChannelIconURL": "sample string 32", "IsDottedLine": true, "Status": "sample string 34", "StatusHover": "sample string 35", "ShowRate": "sample string 36", "SegmentID": 1, "ILOSData": [ { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 } ], "RateCategory": "sample string 37", "Inclusion": "sample string 38", "Promotion": true, "Restriction": true, "IsFilteredNA": true, "CompsetAvgDifferencePercentage": 1 } ], "PropertyType": 0 } ], "EventEntity": [ { "EventDate": "2025-04-28T16:30:20.8709812+00:00", "EventDetails": [ { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 }, { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 } ] }, { "EventDate": "2025-04-28T16:30:20.8709812+00:00", "EventDetails": [ { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 }, { "EventName": "sample string 1", "EventId": 2, "Color": "sample string 3", "EventImpact": 4 } ] } ], "CityDemandModels": { "pageSize": 1, "pageNumber": 2, "totalPages": 3, "cityCode": "sample string 4", "cityName": "sample string 5", "countryCode": "sample string 6", "countryName": "sample string 7", "city": [ { "checkinDate": "2025-04-28T16:30:20.8709812+00:00", "demandIndex": 1, "demandIndexWoWPercent": 1, "demandIndexMoMPercent": 1, "demandIndexYoYPercent": 1 }, { "checkinDate": "2025-04-28T16:30:20.8709812+00:00", "demandIndex": 1, "demandIndexWoWPercent": 1, "demandIndexMoMPercent": 1, "demandIndexYoYPercent": 1 } ], "hotDates": [ { "hotDate": "2025-04-28T16:30:20.8709812+00:00", "demandIndex": 1 }, { "hotDate": "2025-04-28T16:30:20.8709812+00:00", "demandIndex": 1 } ], "districtDemand": [ { "checkinDate": "2025-04-28T16:30:20.8709812+00:00", "districtName": "sample string 1", "demandIndex": 1, "demandIndexWoWPercent": 1, "demandIndexMoMPercent": 1, "demandIndexYoYPercent": 1 }, { "checkinDate": "2025-04-28T16:30:20.8709812+00:00", "districtName": "sample string 1", "demandIndex": 1, "demandIndexWoWPercent": 1, "demandIndexMoMPercent": 1, "demandIndexYoYPercent": 1 } ], "covid": [ { "checkinDate": "2025-04-28T16:30:20.8709812+00:00", "covidNumber": 1, "covidNumberWoWPercent": 1, "covidNumberMoMPercent": 1, "covidNumberYoYPercent": 1 }, { "checkinDate": "2025-04-28T16:30:20.8709812+00:00", "covidNumber": 1, "covidNumberWoWPercent": 1, "covidNumberMoMPercent": 1, "covidNumberYoYPercent": 1 } ] } } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"LOS":"sample string 1","ChannelName":"sample string 2","PricePositioningEntites":[{"PropertName":"sample string 1","PropertyID":2,"SubscriberPropertyRate":[{"MSI":1.0,"PriceThresholdBreach":0,"PriceThresholdPercent":4,"RateBackGround":0,"BenchmarkRate":5.0,"LowestRate":6.0,"LowestRatePropName":"sample string 7","Rate":"sample string 8","HighestRate":9.0,"HighestRatePropName":"sample string 10","RateDifference":11.0,"RateSupply":12.0,"AvgOTARank":13,"CompsetAverage":14.0,"Event":{"EventDate":"2025-04-28T16:30:20.8709812+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]},"ShortRateDescription":"sample string 15","IsClusterExcel":true,"RateDifferenceText":"sample string 17","Currency":"sample string 18","ProductName":"sample string 19","LOS":20,"Guest":21,"CheckInDateTime":"2025-04-28T16:30:20.8709812+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T16:30:20.8709812+00:00","ChannelName":"sample string 26","ChannelID":27,"FullRateDescription":"sample string 28","MinRateCount":29,"HoverChannelName":"sample string 30","HoverPropertyName":"sample string 31","ChannelIconURL":"sample string 32","IsDottedLine":true,"Status":"sample string 34","StatusHover":"sample string 35","ShowRate":"sample string 36","SegmentID":1,"ILOSData":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}],"RateCategory":"sample string 37","Inclusion":"sample string 38","Promotion":true,"Restriction":true,"IsFilteredNA":true,"CompsetAvgDifferencePercentage":1},{"MSI":1.0,"PriceThresholdBreach":0,"PriceThresholdPercent":4,"RateBackGround":0,"BenchmarkRate":5.0,"LowestRate":6.0,"LowestRatePropName":"sample string 7","Rate":"sample string 8","HighestRate":9.0,"HighestRatePropName":"sample string 10","RateDifference":11.0,"RateSupply":12.0,"AvgOTARank":13,"CompsetAverage":14.0,"Event":{"EventDate":"2025-04-28T16:30:20.8709812+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]},"ShortRateDescription":"sample string 15","IsClusterExcel":true,"RateDifferenceText":"sample string 17","Currency":"sample string 18","ProductName":"sample string 19","LOS":20,"Guest":21,"CheckInDateTime":"2025-04-28T16:30:20.8709812+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T16:30:20.8709812+00:00","ChannelName":"sample string 26","ChannelID":27,"FullRateDescription":"sample string 28","MinRateCount":29,"HoverChannelName":"sample string 30","HoverPropertyName":"sample string 31","ChannelIconURL":"sample string 32","IsDottedLine":true,"Status":"sample string 34","StatusHover":"sample string 35","ShowRate":"sample string 36","SegmentID":1,"ILOSData":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}],"RateCategory":"sample string 37","Inclusion":"sample string 38","Promotion":true,"Restriction":true,"IsFilteredNA":true,"CompsetAvgDifferencePercentage":1}],"PropertyType":0},{"PropertName":"sample string 1","PropertyID":2,"SubscriberPropertyRate":[{"MSI":1.0,"PriceThresholdBreach":0,"PriceThresholdPercent":4,"RateBackGround":0,"BenchmarkRate":5.0,"LowestRate":6.0,"LowestRatePropName":"sample string 7","Rate":"sample string 8","HighestRate":9.0,"HighestRatePropName":"sample string 10","RateDifference":11.0,"RateSupply":12.0,"AvgOTARank":13,"CompsetAverage":14.0,"Event":{"EventDate":"2025-04-28T16:30:20.8709812+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]},"ShortRateDescription":"sample string 15","IsClusterExcel":true,"RateDifferenceText":"sample string 17","Currency":"sample string 18","ProductName":"sample string 19","LOS":20,"Guest":21,"CheckInDateTime":"2025-04-28T16:30:20.8709812+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T16:30:20.8709812+00:00","ChannelName":"sample string 26","ChannelID":27,"FullRateDescription":"sample string 28","MinRateCount":29,"HoverChannelName":"sample string 30","HoverPropertyName":"sample string 31","ChannelIconURL":"sample string 32","IsDottedLine":true,"Status":"sample string 34","StatusHover":"sample string 35","ShowRate":"sample string 36","SegmentID":1,"ILOSData":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}],"RateCategory":"sample string 37","Inclusion":"sample string 38","Promotion":true,"Restriction":true,"IsFilteredNA":true,"CompsetAvgDifferencePercentage":1},{"MSI":1.0,"PriceThresholdBreach":0,"PriceThresholdPercent":4,"RateBackGround":0,"BenchmarkRate":5.0,"LowestRate":6.0,"LowestRatePropName":"sample string 7","Rate":"sample string 8","HighestRate":9.0,"HighestRatePropName":"sample string 10","RateDifference":11.0,"RateSupply":12.0,"AvgOTARank":13,"CompsetAverage":14.0,"Event":{"EventDate":"2025-04-28T16:30:20.8709812+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]},"ShortRateDescription":"sample string 15","IsClusterExcel":true,"RateDifferenceText":"sample string 17","Currency":"sample string 18","ProductName":"sample string 19","LOS":20,"Guest":21,"CheckInDateTime":"2025-04-28T16:30:20.8709812+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T16:30:20.8709812+00:00","ChannelName":"sample string 26","ChannelID":27,"FullRateDescription":"sample string 28","MinRateCount":29,"HoverChannelName":"sample string 30","HoverPropertyName":"sample string 31","ChannelIconURL":"sample string 32","IsDottedLine":true,"Status":"sample string 34","StatusHover":"sample string 35","ShowRate":"sample string 36","SegmentID":1,"ILOSData":[{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T16:30:20.8709812+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-28T16:30:20.8709812+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16}],"RateCategory":"sample string 37","Inclusion":"sample string 38","Promotion":true,"Restriction":true,"IsFilteredNA":true,"CompsetAvgDifferencePercentage":1}],"PropertyType":0}],"EventEntity":[{"EventDate":"2025-04-28T16:30:20.8709812+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]},{"EventDate":"2025-04-28T16:30:20.8709812+00:00","EventDetails":[{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4},{"EventName":"sample string 1","EventId":2,"Color":"sample string 3","EventImpact":4}]}],"CityDemandModels":{"pageSize":1,"pageNumber":2,"totalPages":3,"cityCode":"sample string 4","cityName":"sample string 5","countryCode":"sample string 6","countryName":"sample string 7","city":[{"checkinDate":"2025-04-28T16:30:20.8709812+00:00","demandIndex":1,"demandIndexWoWPercent":1,"demandIndexMoMPercent":1,"demandIndexYoYPercent":1},{"checkinDate":"2025-04-28T16:30:20.8709812+00:00","demandIndex":1,"demandIndexWoWPercent":1,"demandIndexMoMPercent":1,"demandIndexYoYPercent":1}],"hotDates":[{"hotDate":"2025-04-28T16:30:20.8709812+00:00","demandIndex":1},{"hotDate":"2025-04-28T16:30:20.8709812+00:00","demandIndex":1}],"districtDemand":[{"checkinDate":"2025-04-28T16:30:20.8709812+00:00","districtName":"sample string 1","demandIndex":1,"demandIndexWoWPercent":1,"demandIndexMoMPercent":1,"demandIndexYoYPercent":1},{"checkinDate":"2025-04-28T16:30:20.8709812+00:00","districtName":"sample string 1","demandIndex":1,"demandIndexWoWPercent":1,"demandIndexMoMPercent":1,"demandIndexYoYPercent":1}],"covid":[{"checkinDate":"2025-04-28T16:30:20.8709812+00:00","covidNumber":1,"covidNumberWoWPercent":1,"covidNumberMoMPercent":1,"covidNumberYoYPercent":1},{"checkinDate":"2025-04-28T16:30:20.8709812+00:00","covidNumber":1,"covidNumberWoWPercent":1,"covidNumberMoMPercent":1,"covidNumberYoYPercent":1}]}}}
application/xml, text/xml
Sample:
<ResponseOfPricePositionViewModelQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body> <ChannelName>sample string 2</ChannelName> <CityDemandModels> <city> <CityDemandIndexModel> <checkinDate>2025-04-28T16:30:20.8709812+00:00</checkinDate> <demandIndex>1</demandIndex> <demandIndexMoMPercent>1</demandIndexMoMPercent> <demandIndexWoWPercent>1</demandIndexWoWPercent> <demandIndexYoYPercent>1</demandIndexYoYPercent> </CityDemandIndexModel> <CityDemandIndexModel> <checkinDate>2025-04-28T16:30:20.8709812+00:00</checkinDate> <demandIndex>1</demandIndex> <demandIndexMoMPercent>1</demandIndexMoMPercent> <demandIndexWoWPercent>1</demandIndexWoWPercent> <demandIndexYoYPercent>1</demandIndexYoYPercent> </CityDemandIndexModel> </city> <cityCode>sample string 4</cityCode> <cityName>sample string 5</cityName> <countryCode>sample string 6</countryCode> <countryName>sample string 7</countryName> <covid> <CovidModel> <checkinDate>2025-04-28T16:30:20.8709812+00:00</checkinDate> <covidNumber>1</covidNumber> <covidNumberMoMPercent>1</covidNumberMoMPercent> <covidNumberWoWPercent>1</covidNumberWoWPercent> <covidNumberYoYPercent>1</covidNumberYoYPercent> </CovidModel> <CovidModel> <checkinDate>2025-04-28T16:30:20.8709812+00:00</checkinDate> <covidNumber>1</covidNumber> <covidNumberMoMPercent>1</covidNumberMoMPercent> <covidNumberWoWPercent>1</covidNumberWoWPercent> <covidNumberYoYPercent>1</covidNumberYoYPercent> </CovidModel> </covid> <districtDemand> <DistrictDemandIndexModel> <checkinDate>2025-04-28T16:30:20.8709812+00:00</checkinDate> <demandIndex>1</demandIndex> <demandIndexMoMPercent>1</demandIndexMoMPercent> <demandIndexWoWPercent>1</demandIndexWoWPercent> <demandIndexYoYPercent>1</demandIndexYoYPercent> <districtName>sample string 1</districtName> </DistrictDemandIndexModel> <DistrictDemandIndexModel> <checkinDate>2025-04-28T16:30:20.8709812+00:00</checkinDate> <demandIndex>1</demandIndex> <demandIndexMoMPercent>1</demandIndexMoMPercent> <demandIndexWoWPercent>1</demandIndexWoWPercent> <demandIndexYoYPercent>1</demandIndexYoYPercent> <districtName>sample string 1</districtName> </DistrictDemandIndexModel> </districtDemand> <hotDates> <HotDates> <demandIndex>1</demandIndex> <hotDate>2025-04-28T16:30:20.8709812+00:00</hotDate> </HotDates> <HotDates> <demandIndex>1</demandIndex> <hotDate>2025-04-28T16:30:20.8709812+00:00</hotDate> </HotDates> </hotDates> <pageNumber>2</pageNumber> <pageSize>1</pageSize> <totalPages>3</totalPages> </CityDemandModels> <EventEntity xmlns:d3p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d3p1:EventEntites> <d3p1:EventDate>2025-04-28T16:30:20.8709812+00:00</d3p1:EventDate> <d3p1:EventDetails> <d3p1:PricePostioningEventView> <d3p1:Color>sample string 3</d3p1:Color> <d3p1:EventId>2</d3p1:EventId> <d3p1:EventImpact>4</d3p1:EventImpact> <d3p1:EventName>sample string 1</d3p1:EventName> </d3p1:PricePostioningEventView> <d3p1:PricePostioningEventView> <d3p1:Color>sample string 3</d3p1:Color> <d3p1:EventId>2</d3p1:EventId> <d3p1:EventImpact>4</d3p1:EventImpact> <d3p1:EventName>sample string 1</d3p1:EventName> </d3p1:PricePostioningEventView> </d3p1:EventDetails> </d3p1:EventEntites> <d3p1:EventEntites> <d3p1:EventDate>2025-04-28T16:30:20.8709812+00:00</d3p1:EventDate> <d3p1:EventDetails> <d3p1:PricePostioningEventView> <d3p1:Color>sample string 3</d3p1:Color> <d3p1:EventId>2</d3p1:EventId> <d3p1:EventImpact>4</d3p1:EventImpact> <d3p1:EventName>sample string 1</d3p1:EventName> </d3p1:PricePostioningEventView> <d3p1:PricePostioningEventView> <d3p1:Color>sample string 3</d3p1:Color> <d3p1:EventId>2</d3p1:EventId> <d3p1:EventImpact>4</d3p1:EventImpact> <d3p1:EventName>sample string 1</d3p1:EventName> </d3p1:PricePostioningEventView> </d3p1:EventDetails> </d3p1:EventEntites> </EventEntity> <LOS>sample string 1</LOS> <PricePositioningEntites> <PricePositioningEntity> <PropertName>sample string 1</PropertName> <PropertyID>2</PropertyID> <PropertyType>Subscriber</PropertyType> <SubscriberPropertyRate> <PropertyRateEntity> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d7p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d7p1:EventDate>2025-04-28T16:30:20.8709812+00:00</d7p1:EventDate> <d7p1:EventDetails> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> </d7p1:EventDetails> </Event> <FullRateDescription>sample string 28</FullRateDescription> <Guest>21</Guest> <HighestRate>9</HighestRate> <HighestRatePropName>sample string 10</HighestRatePropName> <HoverChannelName>sample string 30</HoverChannelName> <HoverPropertyName>sample string 31</HoverPropertyName> <ILOSData xmlns:d7p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> </ILOSData> <Inclusion>sample string 38</Inclusion> <IsClusterExcel>true</IsClusterExcel> <IsCompClosed>true</IsCompClosed> <IsDottedLine>true</IsDottedLine> <IsFilteredNA>true</IsFilteredNA> <LOS>20</LOS> <LowestRate>6</LowestRate> <LowestRatePropName>sample string 7</LowestRatePropName> <MSI>1</MSI> <MinRateCount>29</MinRateCount> <PriceThresholdBreach>None</PriceThresholdBreach> <PriceThresholdPercent>4</PriceThresholdPercent> <ProductName>sample string 19</ProductName> <Promotion>true</Promotion> <PropertyID>3</PropertyID> <Rate>sample string 8</Rate> <RateBackGround>None</RateBackGround> <RateCategory>sample string 37</RateCategory> <RateDescription>sample string 15</RateDescription> <RateDifference>11</RateDifference> <RateDifferenceText>sample string 17</RateDifferenceText> <RateSupply>12</RateSupply> <Restriction>true</Restriction> <SegmentID>1</SegmentID> <ShopDateTime>2025-04-28T16:30:20.8709812+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </PropertyRateEntity> <PropertyRateEntity> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d7p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d7p1:EventDate>2025-04-28T16:30:20.8709812+00:00</d7p1:EventDate> <d7p1:EventDetails> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> </d7p1:EventDetails> </Event> <FullRateDescription>sample string 28</FullRateDescription> <Guest>21</Guest> <HighestRate>9</HighestRate> <HighestRatePropName>sample string 10</HighestRatePropName> <HoverChannelName>sample string 30</HoverChannelName> <HoverPropertyName>sample string 31</HoverPropertyName> <ILOSData xmlns:d7p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> </ILOSData> <Inclusion>sample string 38</Inclusion> <IsClusterExcel>true</IsClusterExcel> <IsCompClosed>true</IsCompClosed> <IsDottedLine>true</IsDottedLine> <IsFilteredNA>true</IsFilteredNA> <LOS>20</LOS> <LowestRate>6</LowestRate> <LowestRatePropName>sample string 7</LowestRatePropName> <MSI>1</MSI> <MinRateCount>29</MinRateCount> <PriceThresholdBreach>None</PriceThresholdBreach> <PriceThresholdPercent>4</PriceThresholdPercent> <ProductName>sample string 19</ProductName> <Promotion>true</Promotion> <PropertyID>3</PropertyID> <Rate>sample string 8</Rate> <RateBackGround>None</RateBackGround> <RateCategory>sample string 37</RateCategory> <RateDescription>sample string 15</RateDescription> <RateDifference>11</RateDifference> <RateDifferenceText>sample string 17</RateDifferenceText> <RateSupply>12</RateSupply> <Restriction>true</Restriction> <SegmentID>1</SegmentID> <ShopDateTime>2025-04-28T16:30:20.8709812+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </PropertyRateEntity> </SubscriberPropertyRate> </PricePositioningEntity> <PricePositioningEntity> <PropertName>sample string 1</PropertName> <PropertyID>2</PropertyID> <PropertyType>Subscriber</PropertyType> <SubscriberPropertyRate> <PropertyRateEntity> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d7p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d7p1:EventDate>2025-04-28T16:30:20.8709812+00:00</d7p1:EventDate> <d7p1:EventDetails> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> </d7p1:EventDetails> </Event> <FullRateDescription>sample string 28</FullRateDescription> <Guest>21</Guest> <HighestRate>9</HighestRate> <HighestRatePropName>sample string 10</HighestRatePropName> <HoverChannelName>sample string 30</HoverChannelName> <HoverPropertyName>sample string 31</HoverPropertyName> <ILOSData xmlns:d7p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> </ILOSData> <Inclusion>sample string 38</Inclusion> <IsClusterExcel>true</IsClusterExcel> <IsCompClosed>true</IsCompClosed> <IsDottedLine>true</IsDottedLine> <IsFilteredNA>true</IsFilteredNA> <LOS>20</LOS> <LowestRate>6</LowestRate> <LowestRatePropName>sample string 7</LowestRatePropName> <MSI>1</MSI> <MinRateCount>29</MinRateCount> <PriceThresholdBreach>None</PriceThresholdBreach> <PriceThresholdPercent>4</PriceThresholdPercent> <ProductName>sample string 19</ProductName> <Promotion>true</Promotion> <PropertyID>3</PropertyID> <Rate>sample string 8</Rate> <RateBackGround>None</RateBackGround> <RateCategory>sample string 37</RateCategory> <RateDescription>sample string 15</RateDescription> <RateDifference>11</RateDifference> <RateDifferenceText>sample string 17</RateDifferenceText> <RateSupply>12</RateSupply> <Restriction>true</Restriction> <SegmentID>1</SegmentID> <ShopDateTime>2025-04-28T16:30:20.8709812+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </PropertyRateEntity> <PropertyRateEntity> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d7p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d7p1:EventDate>2025-04-28T16:30:20.8709812+00:00</d7p1:EventDate> <d7p1:EventDetails> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> <d7p1:PricePostioningEventView> <d7p1:Color>sample string 3</d7p1:Color> <d7p1:EventId>2</d7p1:EventId> <d7p1:EventImpact>4</d7p1:EventImpact> <d7p1:EventName>sample string 1</d7p1:EventName> </d7p1:PricePostioningEventView> </d7p1:EventDetails> </Event> <FullRateDescription>sample string 28</FullRateDescription> <Guest>21</Guest> <HighestRate>9</HighestRate> <HighestRatePropName>sample string 10</HighestRatePropName> <HoverChannelName>sample string 30</HoverChannelName> <HoverPropertyName>sample string 31</HoverPropertyName> <ILOSData xmlns:d7p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> <d7p1:ILOSData> <d7p1:ChannelID>4</d7p1:ChannelID> <d7p1:ChannelName>sample string 5</d7p1:ChannelName> <d7p1:ChannelUrl>sample string 11</d7p1:ChannelUrl> <d7p1:CheckInDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:CheckInDateTime> <d7p1:Guest>16</d7p1:Guest> <d7p1:HigherLOS>9</d7p1:HigherLOS> <d7p1:HigherLOSDescription>sample string 13</d7p1:HigherLOSDescription> <d7p1:HigherLOSMinExclusiveRate>8</d7p1:HigherLOSMinExclusiveRate> <d7p1:HigherLOSMinInclusiveRate>7</d7p1:HigherLOSMinInclusiveRate> <d7p1:HigherLOSMinRate>6</d7p1:HigherLOSMinRate> <d7p1:HigherLOSShoppedDateTime>2025-04-28T16:30:20.8709812+00:00</d7p1:HigherLOSShoppedDateTime> <d7p1:HigherLOSStatus>sample string 14</d7p1:HigherLOSStatus> <d7p1:LOS>15</d7p1:LOS> <d7p1:PreferedLOS>sample string 10</d7p1:PreferedLOS> <d7p1:PropertyID>1</d7p1:PropertyID> <d7p1:PropertyName>sample string 2</d7p1:PropertyName> </d7p1:ILOSData> </ILOSData> <Inclusion>sample string 38</Inclusion> <IsClusterExcel>true</IsClusterExcel> <IsCompClosed>true</IsCompClosed> <IsDottedLine>true</IsDottedLine> <IsFilteredNA>true</IsFilteredNA> <LOS>20</LOS> <LowestRate>6</LowestRate> <LowestRatePropName>sample string 7</LowestRatePropName> <MSI>1</MSI> <MinRateCount>29</MinRateCount> <PriceThresholdBreach>None</PriceThresholdBreach> <PriceThresholdPercent>4</PriceThresholdPercent> <ProductName>sample string 19</ProductName> <Promotion>true</Promotion> <PropertyID>3</PropertyID> <Rate>sample string 8</Rate> <RateBackGround>None</RateBackGround> <RateCategory>sample string 37</RateCategory> <RateDescription>sample string 15</RateDescription> <RateDifference>11</RateDifference> <RateDifferenceText>sample string 17</RateDifferenceText> <RateSupply>12</RateSupply> <Restriction>true</Restriction> <SegmentID>1</SegmentID> <ShopDateTime>2025-04-28T16:30:20.8709812+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </PropertyRateEntity> </SubscriberPropertyRate> </PricePositioningEntity> </PricePositioningEntites> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfPricePositionViewModelQzIzD0mn>