GET GetRTRRValidation?SID={SID}&UserID={UserID}&CreditLimit={CreditLimit}&bForceFresh={bForceFresh}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SID | integer |
Required |
|
| UserID | integer |
Required |
|
| CreditLimit | decimal number |
Default value is 0 |
|
| bForceFresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ResponseOfRTRRRValidation| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| Body | RTRRRValidation |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"Body": {
"Status": true,
"Message": "sample string 2",
"MessageCode": "sample string 3",
"EnablePremiumLightingRefresh": true,
"DataObject": {
"Channel": "sample string 1",
"LOS": 1,
"Guest": 1,
"ReportId": 2,
"CheckInStartDate": "2025-11-07T13:57:00.8682399+00:00",
"CheckInEndDate": "2025-11-07T13:57:00.8682399+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":{"Status":true,"Message":"sample string 2","MessageCode":"sample string 3","EnablePremiumLightingRefresh":true,"DataObject":{"Channel":"sample string 1","LOS":1,"Guest":1,"ReportId":2,"CheckInStartDate":"2025-11-07T13:57:00.8682399+00:00","CheckInEndDate":"2025-11-07T13:57:00.8682399+00:00","DayOfData":1,"SID":1,"Properties":"sample string 3","Userid":1,"RMInstance":"sample string 4"}}}
application/xml, text/xml
Sample:
<ResponseOfRTRRRValidationASGo81Li 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:DataObject>
<d2p1:Channel>sample string 1</d2p1:Channel>
<d2p1:CheckInEndDate>2025-11-07T13:57:00.8682399+00:00</d2p1:CheckInEndDate>
<d2p1:CheckInStartDate>2025-11-07T13:57:00.8682399+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>
</d2p1:DataObject>
<d2p1:EnablePremiumLightingRefresh>true</d2p1:EnablePremiumLightingRefresh>
<d2p1:Message>sample string 2</d2p1:Message>
<d2p1:MessageCode>sample string 3</d2p1:MessageCode>
<d2p1:Status>true</d2p1:Status>
</Body>
<Message>sample string 1</Message>
<Status>true</Status>
</ResponseOfRTRRRValidationASGo81Li>