GET GetMDNarrativesSettingsForSID?SID={SID}&bForceFresh={bForceFresh}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SID

integer

Required

bForceFresh

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

ResponseOfMDNarrativesSettingsSIDResponse
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

MDNarrativesSettingsSIDResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": {
    "SID": 1,
    "LOS": 1,
    "Guest": 1,
    "ChannelID": 1,
    "ChannelName": "sample string 2",
    "SubRateVSavgCompsetRateThreshold": 1,
    "RankThreshold": 1,
    "AvgCompsetRateThreshold": 1,
    "CompsetRateThreshold": 1,
    "CompsetOpenOrClose": 1,
    "AribnbSupplyThreshold": 1,
    "MarketSupplyThreshold": 1,
    "IsBar": true,
    "CreatedDate": "2025-04-28T17:37:15.986341+00:00",
    "CreatedBy": 1,
    "ModifiedDate": "2025-04-28T17:37:15.986341+00:00",
    "ModifiedBy": 1,
    "IsActive": true,
    "NarrativesDaysOfData": 4,
    "AdvanceShopDate": 5
  }
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":{"SID":1,"LOS":1,"Guest":1,"ChannelID":1,"ChannelName":"sample string 2","SubRateVSavgCompsetRateThreshold":1,"RankThreshold":1,"AvgCompsetRateThreshold":1,"CompsetRateThreshold":1,"CompsetOpenOrClose":1,"AribnbSupplyThreshold":1,"MarketSupplyThreshold":1,"IsBar":true,"CreatedDate":"2025-04-28T17:37:15.986341+00:00","CreatedBy":1,"ModifiedDate":"2025-04-28T17:37:15.986341+00:00","ModifiedBy":1,"IsActive":true,"NarrativesDaysOfData":4,"AdvanceShopDate":5}}

application/xml, text/xml

Sample:
<ResponseOfMDNarrativesSettings.MDNarrativesSettingsSIDResponsehxVPT35K 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.Settings">
    <d2p1:AdvanceShopDate>5</d2p1:AdvanceShopDate>
    <d2p1:AribnbSupplyThreshold>1</d2p1:AribnbSupplyThreshold>
    <d2p1:AvgCompsetRateThreshold>1</d2p1:AvgCompsetRateThreshold>
    <d2p1:ChannelID>1</d2p1:ChannelID>
    <d2p1:ChannelName>sample string 2</d2p1:ChannelName>
    <d2p1:CompsetOpenOrClose>1</d2p1:CompsetOpenOrClose>
    <d2p1:CompsetRateThreshold>1</d2p1:CompsetRateThreshold>
    <d2p1:CreatedBy>1</d2p1:CreatedBy>
    <d2p1:CreatedDate>2025-04-28T17:37:15.986341+00:00</d2p1:CreatedDate>
    <d2p1:Guest>1</d2p1:Guest>
    <d2p1:IsActive>true</d2p1:IsActive>
    <d2p1:IsBar>true</d2p1:IsBar>
    <d2p1:LOS>1</d2p1:LOS>
    <d2p1:MarketSupplyThreshold>1</d2p1:MarketSupplyThreshold>
    <d2p1:ModifiedBy>1</d2p1:ModifiedBy>
    <d2p1:ModifiedDate>2025-04-28T17:37:15.986341+00:00</d2p1:ModifiedDate>
    <d2p1:NarrativesDaysOfData>4</d2p1:NarrativesDaysOfData>
    <d2p1:RankThreshold>1</d2p1:RankThreshold>
    <d2p1:SID>1</d2p1:SID>
    <d2p1:SubRateVSavgCompsetRateThreshold>1</d2p1:SubRateVSavgCompsetRateThreshold>
  </Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfMDNarrativesSettings.MDNarrativesSettingsSIDResponsehxVPT35K>