POST SetMarketDroneConfiguration
Request Information
URI Parameters
None.
Body Parameters
MarketDroneConfigurationSettingsName | Description | Type | Additional information |
---|---|---|---|
SID | integer |
None. |
|
NoOfCompsetPropChanged | integer |
None. |
|
PercentageThresholdChange | integer |
None. |
|
BlackOutTimeUTCFrom | time interval |
None. |
|
BlackOutTimeUTCTo | time interval |
None. |
|
Active | boolean |
None. |
|
ModifiedBy | integer |
None. |
|
ShowBarRate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "SID": 1, "NoOfCompsetPropChanged": 2, "PercentageThresholdChange": 3, "BlackOutTimeUTCFrom": "00:00:00.1234567", "BlackOutTimeUTCTo": "00:00:00.1234567", "Active": true, "ModifiedBy": 1, "ShowBarRate": true }
text/html
Sample:
{"SID":1,"NoOfCompsetPropChanged":2,"PercentageThresholdChange":3,"BlackOutTimeUTCFrom":"00:00:00.1234567","BlackOutTimeUTCTo":"00:00:00.1234567","Active":true,"ModifiedBy":1,"ShowBarRate":true}
application/xml, text/xml
Sample:
<MarketDroneConfigurationSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Active>true</Active> <BlackOutTimeUTCFrom>PT0.1234567S</BlackOutTimeUTCFrom> <BlackOutTimeUTCTo>PT0.1234567S</BlackOutTimeUTCTo> <ModifiedBy>1</ModifiedBy> <NoOfCompsetPropChanged>2</NoOfCompsetPropChanged> <PercentageThresholdChange>3</PercentageThresholdChange> <SID>1</SID> <ShowBarRate>true</ShowBarRate> </MarketDroneConfigurationSettings>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": true }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":true}
application/xml, text/xml
Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body>true</Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfboolean>