GET GetMDPrefferedSettingForgivenSID?SID={SID}&bForceFresh={bForceFresh}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
|
bForceFresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ResponseOfMDPreferredSettingsSIDResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | MDPreferredSettingsSIDResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "SID": 1, "LOSLimit": 1, "Guest": 1, "ShopCurrency": "sample string 2", "ShopCountry": "sample string 3", "ChannelID": 1, "Channel": "sample string 4", "CheckinDayLimit": 1, "NoOfCompsetPropChanged": 1, "PercentacgeThresholdChange": 1, "AdvanceShopDuration": 1, "BlackOutTimeUTCFrom": "2025-04-28T17:15:40.5111085+00:00", "BlackOutTimeUTCTo": "2025-04-28T17:15:40.5111085+00:00", "MDE_prop_Count": 1, "CrawlingLimit": 1, "CreatedDate": "2025-04-28T17:15:40.5111085+00:00", "CreatedBy": 1, "ModifiedDate": "2025-04-28T17:15:40.5111085+00:00", "ModifiedBy": 1, "Active": true, "notificationLimitInMinutes": 1, "ConfigurationAlertStartTime": "sample string 5", "ConfigurationAlertEndTime": "sample string 6", "ShowBarRate": true, "DiscreteCheckinDate": [ "2025-04-28T17:15:40.5111085+00:00", "2025-04-28T17:15:40.5111085+00:00" ] } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"SID":1,"LOSLimit":1,"Guest":1,"ShopCurrency":"sample string 2","ShopCountry":"sample string 3","ChannelID":1,"Channel":"sample string 4","CheckinDayLimit":1,"NoOfCompsetPropChanged":1,"PercentacgeThresholdChange":1,"AdvanceShopDuration":1,"BlackOutTimeUTCFrom":"2025-04-28T17:15:40.5111085+00:00","BlackOutTimeUTCTo":"2025-04-28T17:15:40.5111085+00:00","MDE_prop_Count":1,"CrawlingLimit":1,"CreatedDate":"2025-04-28T17:15:40.5111085+00:00","CreatedBy":1,"ModifiedDate":"2025-04-28T17:15:40.5111085+00:00","ModifiedBy":1,"Active":true,"notificationLimitInMinutes":1,"ConfigurationAlertStartTime":"sample string 5","ConfigurationAlertEndTime":"sample string 6","ShowBarRate":true,"DiscreteCheckinDate":["2025-04-28T17:15:40.5111085+00:00","2025-04-28T17:15:40.5111085+00:00"]}}
application/xml, text/xml
Sample:
<ResponseOfMDPreferredSettingsSIDResponseQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body> <Active>true</Active> <AdvanceShopDuration>1</AdvanceShopDuration> <BlackOutTimeUTCFrom>2025-04-28T17:15:40.5111085+00:00</BlackOutTimeUTCFrom> <BlackOutTimeUTCTo>2025-04-28T17:15:40.5111085+00:00</BlackOutTimeUTCTo> <Channel>sample string 4</Channel> <ChannelID>1</ChannelID> <CheckinDayLimit>1</CheckinDayLimit> <ConfigurationAlertEndTime>sample string 6</ConfigurationAlertEndTime> <ConfigurationAlertStartTime>sample string 5</ConfigurationAlertStartTime> <CrawlingLimit>1</CrawlingLimit> <CreatedBy>1</CreatedBy> <CreatedDate>2025-04-28T17:15:40.5111085+00:00</CreatedDate> <DiscreteCheckinDate xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:dateTime>2025-04-28T17:15:40.5111085+00:00</d3p1:dateTime> <d3p1:dateTime>2025-04-28T17:15:40.5111085+00:00</d3p1:dateTime> </DiscreteCheckinDate> <Guest>1</Guest> <LOSLimit>1</LOSLimit> <MDE_prop_Count>1</MDE_prop_Count> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-04-28T17:15:40.5111085+00:00</ModifiedDate> <NoOfCompsetPropChanged>1</NoOfCompsetPropChanged> <PercentacgeThresholdChange>1</PercentacgeThresholdChange> <SID>1</SID> <ShopCountry>sample string 3</ShopCountry> <ShopCurrency>sample string 2</ShopCurrency> <ShowBarRate>true</ShowBarRate> <notificationLimitInMinutes>1</notificationLimitInMinutes> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfMDPreferredSettingsSIDResponseQzIzD0mn>