POST GetPricePositioning_Date_GridAndChart?CompSetType={CompSetType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompSetType | CompsetType |
Default value is ALL |
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-28T14:36:14.3002475+00:00", "CustomerDatetime": "2025-04-28T14:36:14.3002475+00:00", "CheckInEndDate": "2025-04-28T14:36:14.3002475+00:00", "SID": 11, "SubscriberPropertyID": 12, "SubscriberName": "sample string 13", "MSIRequired": true, "BenchmarkRequired": true, "CompsetRatesRequired": true, "ShopDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","CustomerDatetime":"2025-04-28T14:36:14.3002475+00:00","CheckInEndDate":"2025-04-28T14:36:14.3002475+00:00","SID":11,"SubscriberPropertyID":12,"SubscriberName":"sample string 13","MSIRequired":true,"BenchmarkRequired":true,"CompsetRatesRequired":true,"ShopDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00</CheckInEndDate> <CheckInStartDate>2025-04-28T14:36:14.3002475+00:00</CheckInStartDate> <CompsetRatesRequired>true</CompsetRatesRequired> <CustomerDatetime>2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00</ShopDateTime> <SubscriberName>sample string 13</SubscriberName> <SubscriberPropertyID>12</SubscriberPropertyID> </PriceOptimizationRequestEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfPricePostionDateWiseModelName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | PricePostionDateWiseModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "PricePositioningEntites": [ { "CheckInDate": "2025-04-28T14:36:14.3002475+00:00", "SubscriberPropertyRate": [ { "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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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 } ] }, { "CheckInDate": "2025-04-28T14:36:14.3002475+00:00", "SubscriberPropertyRate": [ { "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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "IsCompClosed": true, "CompRank": 24, "ShopDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00", "HigherLOSDescription": "sample string 13", "HigherLOSStatus": "sample string 14", "LOS": 15, "Guest": 16 }, { "PropertyID": 1, "PropertyName": "sample string 2", "CheckInDateTime": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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 } ] } ], "SupplyData": { "LOS": 1, "Guest": 2, "SupplyEntites": [ { "ComponentType": 0, "ComponentName": "sample string 1", "SupplyEntityCollection": [ { "SupplyData": 1.0, "SupplyText": "sample string 1", "CheckInDate": "2025-04-28T14:36:14.3002475+00:00", "ColorCode": 0, "LOS": "sample string 3", "Guests": "sample string 4", "ShortRateDescription": "sample string 5", "ChannelName": "sample string 6", "NoofProperties": 7, "ShopDateTime": "2025-04-28T14:36:14.3002475+00:00" }, { "SupplyData": 1.0, "SupplyText": "sample string 1", "CheckInDate": "2025-04-28T14:36:14.3002475+00:00", "ColorCode": 0, "LOS": "sample string 3", "Guests": "sample string 4", "ShortRateDescription": "sample string 5", "ChannelName": "sample string 6", "NoofProperties": 7, "ShopDateTime": "2025-04-28T14:36:14.3002475+00:00" } ] }, { "ComponentType": 0, "ComponentName": "sample string 1", "SupplyEntityCollection": [ { "SupplyData": 1.0, "SupplyText": "sample string 1", "CheckInDate": "2025-04-28T14:36:14.3002475+00:00", "ColorCode": 0, "LOS": "sample string 3", "Guests": "sample string 4", "ShortRateDescription": "sample string 5", "ChannelName": "sample string 6", "NoofProperties": 7, "ShopDateTime": "2025-04-28T14:36:14.3002475+00:00" }, { "SupplyData": 1.0, "SupplyText": "sample string 1", "CheckInDate": "2025-04-28T14:36:14.3002475+00:00", "ColorCode": 0, "LOS": "sample string 3", "Guests": "sample string 4", "ShortRateDescription": "sample string 5", "ChannelName": "sample string 6", "NoofProperties": 7, "ShopDateTime": "2025-04-28T14:36:14.3002475+00:00" } ] } ], "EventEntity": [ { "EventDate": "2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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 } ] } ] } } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"PricePositioningEntites":[{"CheckInDate":"2025-04-28T14:36:14.3002475+00:00","SubscriberPropertyRate":[{"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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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}]},{"CheckInDate":"2025-04-28T14:36:14.3002475+00:00","SubscriberPropertyRate":[{"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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","IsCompClosed":true,"CompRank":24,"ShopDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+00:00","HigherLOSDescription":"sample string 13","HigherLOSStatus":"sample string 14","LOS":15,"Guest":16},{"PropertyID":1,"PropertyName":"sample string 2","CheckInDateTime":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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-28T14:36:14.3002475+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}]}],"SupplyData":{"LOS":1,"Guest":2,"SupplyEntites":[{"ComponentType":0,"ComponentName":"sample string 1","SupplyEntityCollection":[{"SupplyData":1.0,"SupplyText":"sample string 1","CheckInDate":"2025-04-28T14:36:14.3002475+00:00","ColorCode":0,"LOS":"sample string 3","Guests":"sample string 4","ShortRateDescription":"sample string 5","ChannelName":"sample string 6","NoofProperties":7,"ShopDateTime":"2025-04-28T14:36:14.3002475+00:00"},{"SupplyData":1.0,"SupplyText":"sample string 1","CheckInDate":"2025-04-28T14:36:14.3002475+00:00","ColorCode":0,"LOS":"sample string 3","Guests":"sample string 4","ShortRateDescription":"sample string 5","ChannelName":"sample string 6","NoofProperties":7,"ShopDateTime":"2025-04-28T14:36:14.3002475+00:00"}]},{"ComponentType":0,"ComponentName":"sample string 1","SupplyEntityCollection":[{"SupplyData":1.0,"SupplyText":"sample string 1","CheckInDate":"2025-04-28T14:36:14.3002475+00:00","ColorCode":0,"LOS":"sample string 3","Guests":"sample string 4","ShortRateDescription":"sample string 5","ChannelName":"sample string 6","NoofProperties":7,"ShopDateTime":"2025-04-28T14:36:14.3002475+00:00"},{"SupplyData":1.0,"SupplyText":"sample string 1","CheckInDate":"2025-04-28T14:36:14.3002475+00:00","ColorCode":0,"LOS":"sample string 3","Guests":"sample string 4","ShortRateDescription":"sample string 5","ChannelName":"sample string 6","NoofProperties":7,"ShopDateTime":"2025-04-28T14:36:14.3002475+00:00"}]}],"EventEntity":[{"EventDate":"2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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}]}]}}}
application/xml, text/xml
Sample:
<ResponseOfPricePostionDateWiseModelQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body> <EventEntity xmlns:d3p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d3p1:EventEntites> <d3p1:EventDate>2025-04-28T14:36:14.3002475+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-28T14:36:14.3002475+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> <PricePositioningEntites> <PricePositioningDateEntity> <CheckInDate>2025-04-28T14:36:14.3002475+00:00</CheckInDate> <SubscriberPropertyRate> <PricePositioningEntityobj> <PropertName>sample string 1</PropertName> <PropertyID>2</PropertyID> <PropertyType>Subscriber</PropertyType> <SubscriberPropertyRate> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d8p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d8p1:EventDate>2025-04-28T14:36:14.3002475+00:00</d8p1:EventDate> <d8p1:EventDetails> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> </d8p1: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:d8p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1:ILOSData> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1: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-28T14:36:14.3002475+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </SubscriberPropertyRate> </PricePositioningEntityobj> <PricePositioningEntityobj> <PropertName>sample string 1</PropertName> <PropertyID>2</PropertyID> <PropertyType>Subscriber</PropertyType> <SubscriberPropertyRate> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d8p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d8p1:EventDate>2025-04-28T14:36:14.3002475+00:00</d8p1:EventDate> <d8p1:EventDetails> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> </d8p1: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:d8p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1:ILOSData> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1: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-28T14:36:14.3002475+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </SubscriberPropertyRate> </PricePositioningEntityobj> </SubscriberPropertyRate> </PricePositioningDateEntity> <PricePositioningDateEntity> <CheckInDate>2025-04-28T14:36:14.3002475+00:00</CheckInDate> <SubscriberPropertyRate> <PricePositioningEntityobj> <PropertName>sample string 1</PropertName> <PropertyID>2</PropertyID> <PropertyType>Subscriber</PropertyType> <SubscriberPropertyRate> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d8p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d8p1:EventDate>2025-04-28T14:36:14.3002475+00:00</d8p1:EventDate> <d8p1:EventDetails> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> </d8p1: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:d8p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1:ILOSData> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1: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-28T14:36:14.3002475+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </SubscriberPropertyRate> </PricePositioningEntityobj> <PricePositioningEntityobj> <PropertName>sample string 1</PropertName> <PropertyID>2</PropertyID> <PropertyType>Subscriber</PropertyType> <SubscriberPropertyRate> <AvgOTARank>13</AvgOTARank> <BenchmarkRate>5</BenchmarkRate> <ChannelID>27</ChannelID> <ChannelIconURL>sample string 32</ChannelIconURL> <ChannelName>sample string 26</ChannelName> <CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</CheckInDateTime> <CompMSI>2</CompMSI> <CompRank>24</CompRank> <CompsetAverage>14</CompsetAverage> <CompsetAvgDifferencePercentage>1</CompsetAvgDifferencePercentage> <Currency>sample string 18</Currency> <Event xmlns:d8p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d8p1:EventDate>2025-04-28T14:36:14.3002475+00:00</d8p1:EventDate> <d8p1:EventDetails> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> <d8p1:PricePostioningEventView> <d8p1:Color>sample string 3</d8p1:Color> <d8p1:EventId>2</d8p1:EventId> <d8p1:EventImpact>4</d8p1:EventImpact> <d8p1:EventName>sample string 1</d8p1:EventName> </d8p1:PricePostioningEventView> </d8p1: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:d8p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1:ILOSData> <d8p1:ILOSData> <d8p1:ChannelID>4</d8p1:ChannelID> <d8p1:ChannelName>sample string 5</d8p1:ChannelName> <d8p1:ChannelUrl>sample string 11</d8p1:ChannelUrl> <d8p1:CheckInDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:CheckInDateTime> <d8p1:Guest>16</d8p1:Guest> <d8p1:HigherLOS>9</d8p1:HigherLOS> <d8p1:HigherLOSDescription>sample string 13</d8p1:HigherLOSDescription> <d8p1:HigherLOSMinExclusiveRate>8</d8p1:HigherLOSMinExclusiveRate> <d8p1:HigherLOSMinInclusiveRate>7</d8p1:HigherLOSMinInclusiveRate> <d8p1:HigherLOSMinRate>6</d8p1:HigherLOSMinRate> <d8p1:HigherLOSShoppedDateTime>2025-04-28T14:36:14.3002475+00:00</d8p1:HigherLOSShoppedDateTime> <d8p1:HigherLOSStatus>sample string 14</d8p1:HigherLOSStatus> <d8p1:LOS>15</d8p1:LOS> <d8p1:PreferedLOS>sample string 10</d8p1:PreferedLOS> <d8p1:PropertyID>1</d8p1:PropertyID> <d8p1:PropertyName>sample string 2</d8p1:PropertyName> </d8p1: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-28T14:36:14.3002475+00:00</ShopDateTime> <ShowRate>sample string 36</ShowRate> <Status>sample string 34</Status> <StatusHover>sample string 35</StatusHover> </SubscriberPropertyRate> </PricePositioningEntityobj> </SubscriberPropertyRate> </PricePositioningDateEntity> </PricePositioningEntites> <SupplyData> <EventEntity xmlns:d4p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d4p1:EventEntites> <d4p1:EventDate>2025-04-28T14:36:14.3002475+00:00</d4p1:EventDate> <d4p1:EventDetails> <d4p1:PricePostioningEventView> <d4p1:Color>sample string 3</d4p1:Color> <d4p1:EventId>2</d4p1:EventId> <d4p1:EventImpact>4</d4p1:EventImpact> <d4p1:EventName>sample string 1</d4p1:EventName> </d4p1:PricePostioningEventView> <d4p1:PricePostioningEventView> <d4p1:Color>sample string 3</d4p1:Color> <d4p1:EventId>2</d4p1:EventId> <d4p1:EventImpact>4</d4p1:EventImpact> <d4p1:EventName>sample string 1</d4p1:EventName> </d4p1:PricePostioningEventView> </d4p1:EventDetails> </d4p1:EventEntites> <d4p1:EventEntites> <d4p1:EventDate>2025-04-28T14:36:14.3002475+00:00</d4p1:EventDate> <d4p1:EventDetails> <d4p1:PricePostioningEventView> <d4p1:Color>sample string 3</d4p1:Color> <d4p1:EventId>2</d4p1:EventId> <d4p1:EventImpact>4</d4p1:EventImpact> <d4p1:EventName>sample string 1</d4p1:EventName> </d4p1:PricePostioningEventView> <d4p1:PricePostioningEventView> <d4p1:Color>sample string 3</d4p1:Color> <d4p1:EventId>2</d4p1:EventId> <d4p1:EventImpact>4</d4p1:EventImpact> <d4p1:EventName>sample string 1</d4p1:EventName> </d4p1:PricePostioningEventView> </d4p1:EventDetails> </d4p1:EventEntites> </EventEntity> <Guest>2</Guest> <LOS>1</LOS> <SupplyEntites> <SupplyContainerEntity> <ComponentName>sample string 1</ComponentName> <ComponentType>MySubscriberRate</ComponentType> <SupplyEntityCollection> <SupplyEntityModel> <ChannelName>sample string 6</ChannelName> <CheckInDate>2025-04-28T14:36:14.3002475+00:00</CheckInDate> <ColorCode>None</ColorCode> <Guests>sample string 4</Guests> <LOS>sample string 3</LOS> <NoofProperties>7</NoofProperties> <ShopDateTime>2025-04-28T14:36:14.3002475+00:00</ShopDateTime> <ShortRateDescription>sample string 5</ShortRateDescription> <SupplyData>1</SupplyData> <SupplyText>sample string 1</SupplyText> </SupplyEntityModel> <SupplyEntityModel> <ChannelName>sample string 6</ChannelName> <CheckInDate>2025-04-28T14:36:14.3002475+00:00</CheckInDate> <ColorCode>None</ColorCode> <Guests>sample string 4</Guests> <LOS>sample string 3</LOS> <NoofProperties>7</NoofProperties> <ShopDateTime>2025-04-28T14:36:14.3002475+00:00</ShopDateTime> <ShortRateDescription>sample string 5</ShortRateDescription> <SupplyData>1</SupplyData> <SupplyText>sample string 1</SupplyText> </SupplyEntityModel> </SupplyEntityCollection> </SupplyContainerEntity> <SupplyContainerEntity> <ComponentName>sample string 1</ComponentName> <ComponentType>MySubscriberRate</ComponentType> <SupplyEntityCollection> <SupplyEntityModel> <ChannelName>sample string 6</ChannelName> <CheckInDate>2025-04-28T14:36:14.3002475+00:00</CheckInDate> <ColorCode>None</ColorCode> <Guests>sample string 4</Guests> <LOS>sample string 3</LOS> <NoofProperties>7</NoofProperties> <ShopDateTime>2025-04-28T14:36:14.3002475+00:00</ShopDateTime> <ShortRateDescription>sample string 5</ShortRateDescription> <SupplyData>1</SupplyData> <SupplyText>sample string 1</SupplyText> </SupplyEntityModel> <SupplyEntityModel> <ChannelName>sample string 6</ChannelName> <CheckInDate>2025-04-28T14:36:14.3002475+00:00</CheckInDate> <ColorCode>None</ColorCode> <Guests>sample string 4</Guests> <LOS>sample string 3</LOS> <NoofProperties>7</NoofProperties> <ShopDateTime>2025-04-28T14:36:14.3002475+00:00</ShopDateTime> <ShortRateDescription>sample string 5</ShortRateDescription> <SupplyData>1</SupplyData> <SupplyText>sample string 1</SupplyText> </SupplyEntityModel> </SupplyEntityCollection> </SupplyContainerEntity> </SupplyEntites> </SupplyData> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfPricePostionDateWiseModelQzIzD0mn>