GET GetRTRRReportStatusbySID?SID={SID}&Channel={Channel}&LOS={LOS}&Guest={Guest}&Month={Month}&Year={Year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
|
Channel | string |
Required |
|
LOS | integer |
Required |
|
Guest | integer |
Required |
|
Month | integer |
Required |
|
Year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfRTRRReportEntityName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | RTRRReportEntity |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "Channel": "sample string 1", "LOS": 1, "Guest": 1, "ReportId": 2, "CheckInStartDate": "2025-04-28T17:42:14.3993135+00:00", "CheckInEndDate": "2025-04-28T17:42:14.3993135+00:00", "DayOfData": 1, "SID": 1, "Properties": "sample string 3", "Userid": 1, "RMInstance": "sample string 4" } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"Channel":"sample string 1","LOS":1,"Guest":1,"ReportId":2,"CheckInStartDate":"2025-04-28T17:42:14.3993135+00:00","CheckInEndDate":"2025-04-28T17:42:14.3993135+00:00","DayOfData":1,"SID":1,"Properties":"sample string 3","Userid":1,"RMInstance":"sample string 4"}}
application/xml, text/xml
Sample:
<ResponseOfRTRRReportEntityASGo81Li 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/PGH.NxtGN.BO.RTRRR"> <d2p1:Channel>sample string 1</d2p1:Channel> <d2p1:CheckInEndDate>2025-04-28T17:42:14.3993135+00:00</d2p1:CheckInEndDate> <d2p1:CheckInStartDate>2025-04-28T17:42:14.3993135+00:00</d2p1:CheckInStartDate> <d2p1:DayOfData>1</d2p1:DayOfData> <d2p1:Guest>1</d2p1:Guest> <d2p1:LOS>1</d2p1:LOS> <d2p1:Properties>sample string 3</d2p1:Properties> <d2p1:RMInstance>sample string 4</d2p1:RMInstance> <d2p1:ReportId>2</d2p1:ReportId> <d2p1:SID>1</d2p1:SID> <d2p1:Userid>1</d2p1:Userid> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfRTRRReportEntityASGo81Li>