GET ReadRawFile?SID={SID}&OTAId={OTAId}&CheckInDateStart={CheckInDateStart}&CheckInEndDate={CheckInEndDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SID | integer |
Required |
|
| OTAId | integer |
Required |
|
| CheckInDateStart | date |
Required |
|
| CheckInEndDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfOTARankRawDataEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| Body | Collection of OTARankRawDataEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"Body": [
{
"SID": 1,
"PropertyID": 2,
"PropertyName": "sample string 3",
"OTAId": 4,
"CheckInDate": "2025-12-21T17:01:58.2620199+00:00",
"ChannelName": "sample string 6",
"Rank": 7,
"Page": 8,
"Score": "sample string 9",
"Price": 10.0,
"ReviewCount": 11,
"ChangeInRateDays": 12,
"ShoppedDate": "2025-12-21T17:01:58.2627498+00:00",
"ChangeInRank": "sample string 14",
"ChangeInScore": "sample string 15",
"IntermediateProperty": "sample string 16",
"PreviousRank": 17,
"PreviousScore": "sample string 18"
},
{
"SID": 1,
"PropertyID": 2,
"PropertyName": "sample string 3",
"OTAId": 4,
"CheckInDate": "2025-12-21T17:01:58.2620199+00:00",
"ChannelName": "sample string 6",
"Rank": 7,
"Page": 8,
"Score": "sample string 9",
"Price": 10.0,
"ReviewCount": 11,
"ChangeInRateDays": 12,
"ShoppedDate": "2025-12-21T17:01:58.2627498+00:00",
"ChangeInRank": "sample string 14",
"ChangeInScore": "sample string 15",
"IntermediateProperty": "sample string 16",
"PreviousRank": 17,
"PreviousScore": "sample string 18"
}
]
}
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"SID":1,"PropertyID":2,"PropertyName":"sample string 3","OTAId":4,"CheckInDate":"2025-12-21T17:01:58.2620199+00:00","ChannelName":"sample string 6","Rank":7,"Page":8,"Score":"sample string 9","Price":10.0,"ReviewCount":11,"ChangeInRateDays":12,"ShoppedDate":"2025-12-21T17:01:58.2627498+00:00","ChangeInRank":"sample string 14","ChangeInScore":"sample string 15","IntermediateProperty":"sample string 16","PreviousRank":17,"PreviousScore":"sample string 18"},{"SID":1,"PropertyID":2,"PropertyName":"sample string 3","OTAId":4,"CheckInDate":"2025-12-21T17:01:58.2620199+00:00","ChannelName":"sample string 6","Rank":7,"Page":8,"Score":"sample string 9","Price":10.0,"ReviewCount":11,"ChangeInRateDays":12,"ShoppedDate":"2025-12-21T17:01:58.2627498+00:00","ChangeInRank":"sample string 14","ChangeInScore":"sample string 15","IntermediateProperty":"sample string 16","PreviousRank":17,"PreviousScore":"sample string 18"}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfOTARankRawDataEntityQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
<Body>
<OTARankRawDataEntity>
<ChangeInRank>sample string 14</ChangeInRank>
<ChangeInRateDays>12</ChangeInRateDays>
<ChangeInScore>sample string 15</ChangeInScore>
<ChannelName>sample string 6</ChannelName>
<CheckInDate>2025-12-21T17:01:58.2620199+00:00</CheckInDate>
<IntermediateProperty>sample string 16</IntermediateProperty>
<OTAId>4</OTAId>
<Page>8</Page>
<PreviousRank>17</PreviousRank>
<PreviousScore>sample string 18</PreviousScore>
<Price>10</Price>
<PropertyID>2</PropertyID>
<PropertyName>sample string 3</PropertyName>
<Rank>7</Rank>
<ReviewCount>11</ReviewCount>
<SID>1</SID>
<Score>sample string 9</Score>
<ShoppedDate>2025-12-21T17:01:58.2627498+00:00</ShoppedDate>
</OTARankRawDataEntity>
<OTARankRawDataEntity>
<ChangeInRank>sample string 14</ChangeInRank>
<ChangeInRateDays>12</ChangeInRateDays>
<ChangeInScore>sample string 15</ChangeInScore>
<ChannelName>sample string 6</ChannelName>
<CheckInDate>2025-12-21T17:01:58.2620199+00:00</CheckInDate>
<IntermediateProperty>sample string 16</IntermediateProperty>
<OTAId>4</OTAId>
<Page>8</Page>
<PreviousRank>17</PreviousRank>
<PreviousScore>sample string 18</PreviousScore>
<Price>10</Price>
<PropertyID>2</PropertyID>
<PropertyName>sample string 3</PropertyName>
<Rank>7</Rank>
<ReviewCount>11</ReviewCount>
<SID>1</SID>
<Score>sample string 9</Score>
<ShoppedDate>2025-12-21T17:01:58.2627498+00:00</ShoppedDate>
</OTARankRawDataEntity>
</Body>
<Message>sample string 1</Message>
<Status>true</Status>
</ResponseOfArrayOfOTARankRawDataEntityQzIzD0mn>