POST Client/ApplyToTrader

Request Information

URI Parameters

None.

Body Parameters

ApplyToSignal
NameDescriptionTypeAdditional information
strategyName

string

None.

penalty

decimal number

None.

minInverstment

decimal number

None.

withdrawalNotification

boolean

None.

traderType

Enum_TraderType

None.

feeType

Enum_SignalFeeType

None.

signalFee

decimal number

None.

uplineIBShare

decimal number

None.

signalShare

decimal number

None.

shareProfitPeriod

Enum_ShareProfitRule

None.

shareMtAccountId

string

None.

signaturePdfName

string

None.

verificationCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "strategyName": "sample string 1",
  "penalty": 2.1,
  "minInverstment": 3.1,
  "withdrawalNotification": true,
  "traderType": 0,
  "feeType": 0,
  "signalFee": 5.0,
  "uplineIBShare": 6.0,
  "signalShare": 7.0,
  "shareProfitPeriod": 1,
  "shareMtAccountId": "sample string 8",
  "signaturePdfName": "sample string 9",
  "verificationCode": "sample string 10"
}

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"
}