POST Common/EditTraderConfig

Request Information

URI Parameters

None.

Body Parameters

EditTraderConfigInput
NameDescriptionTypeAdditional information
platId

integer

None.

mtAccountId

string

None.

feeType

Enum_SignalFeeType

None.

feeValue

decimal number

None.

minInvestment

decimal number

None.

shareProfitPeriod

integer

None.

shareMtAccountId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "platId": 1,
  "mtAccountId": "sample string 2",
  "feeType": 0,
  "feeValue": 3.0,
  "minInvestment": 4.1,
  "shareProfitPeriod": 5,
  "shareMtAccountId": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WebApiResultOfString
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

code

string

None.

data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "code": "sample string 3",
  "data": "sample string 4"
}