GET GetEnablePropertiesForReport?SID={SID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfEnablePropertyForReportName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | EnablePropertyForReport |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "CheckReverseCrawling": true, "CheckPrioritySID": true, "IsDiscreteShopping": true, "EnablePropertyWiseReport": true, "CheckAccuracy": true, "MyProperty": "sample string 6", "AccuracyChannel": "sample string 7", "DiscreteShopDates": "sample string 8", "SeasonStartMonth": "sample string 9", "SeasonEndMonth": "sample string 10", "ReplaceMonthlyFile": true } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"CheckReverseCrawling":true,"CheckPrioritySID":true,"IsDiscreteShopping":true,"EnablePropertyWiseReport":true,"CheckAccuracy":true,"MyProperty":"sample string 6","AccuracyChannel":"sample string 7","DiscreteShopDates":"sample string 8","SeasonStartMonth":"sample string 9","SeasonEndMonth":"sample string 10","ReplaceMonthlyFile":true}}
application/xml, text/xml
Sample:
<ResponseOfEnablePropertyForReporthxVPT35K 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:AccuracyChannel>sample string 7</d2p1:AccuracyChannel> <d2p1:CheckAccuracy>true</d2p1:CheckAccuracy> <d2p1:CheckPrioritySID>true</d2p1:CheckPrioritySID> <d2p1:CheckReverseCrawling>true</d2p1:CheckReverseCrawling> <d2p1:DiscreteShopDates>sample string 8</d2p1:DiscreteShopDates> <d2p1:EnablePropertyWiseReport>true</d2p1:EnablePropertyWiseReport> <d2p1:IsDiscreteShopping>true</d2p1:IsDiscreteShopping> <d2p1:MyProperty>sample string 6</d2p1:MyProperty> <d2p1:ReplaceMonthlyFile>true</d2p1:ReplaceMonthlyFile> <d2p1:SeasonEndMonth>sample string 10</d2p1:SeasonEndMonth> <d2p1:SeasonStartMonth>sample string 9</d2p1:SeasonStartMonth> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfEnablePropertyForReporthxVPT35K>