GET GetRateParityViewData?FromDate={FromDate}&ToDate={ToDate}&SID={SID}&Guest={Guest}&Los={Los}&ReportId={ReportId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FromDate | string |
Required |
|
ToDate | string |
Required |
|
SID | string |
Required |
|
Guest | string |
Required |
|
Los | string |
Required |
|
ReportId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfParityViewEntityName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of ParityViewEntity |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ { "CheckinDate": "sample string 1", "BaselineRate": "sample string 2", "LowestChannelRate": "sample string 3", "HighestChannelRate": "sample string 4", "LowestChannelDifference": "sample string 5", "HighestChannelDifference": "sample string 6" }, { "CheckinDate": "sample string 1", "BaselineRate": "sample string 2", "LowestChannelRate": "sample string 3", "HighestChannelRate": "sample string 4", "LowestChannelDifference": "sample string 5", "HighestChannelDifference": "sample string 6" } ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"CheckinDate":"sample string 1","BaselineRate":"sample string 2","LowestChannelRate":"sample string 3","HighestChannelRate":"sample string 4","LowestChannelDifference":"sample string 5","HighestChannelDifference":"sample string 6"},{"CheckinDate":"sample string 1","BaselineRate":"sample string 2","LowestChannelRate":"sample string 3","HighestChannelRate":"sample string 4","LowestChannelDifference":"sample string 5","HighestChannelDifference":"sample string 6"}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfParityViewEntityDe4QPyYf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/Common.Utility.DL.BO"> <d2p1:ParityViewEntity> <d2p1:BaselineRate>sample string 2</d2p1:BaselineRate> <d2p1:CheckinDate>sample string 1</d2p1:CheckinDate> <d2p1:HighestChannelDifference>sample string 6</d2p1:HighestChannelDifference> <d2p1:HighestChannelRate>sample string 4</d2p1:HighestChannelRate> <d2p1:LowestChannelDifference>sample string 5</d2p1:LowestChannelDifference> <d2p1:LowestChannelRate>sample string 3</d2p1:LowestChannelRate> </d2p1:ParityViewEntity> <d2p1:ParityViewEntity> <d2p1:BaselineRate>sample string 2</d2p1:BaselineRate> <d2p1:CheckinDate>sample string 1</d2p1:CheckinDate> <d2p1:HighestChannelDifference>sample string 6</d2p1:HighestChannelDifference> <d2p1:HighestChannelRate>sample string 4</d2p1:HighestChannelRate> <d2p1:LowestChannelDifference>sample string 5</d2p1:LowestChannelDifference> <d2p1:LowestChannelRate>sample string 3</d2p1:LowestChannelRate> </d2p1:ParityViewEntity> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfArrayOfParityViewEntityDe4QPyYf>