POST Client/CopyNormal

Request Information

URI Parameters

None.

Body Parameters

CopyNormalInput
NameDescriptionTypeAdditional information
invtCapital

decimal number

None.

acceptOpenPos

boolean

None.

traderMtAccountId

string

None.

traderPlatId

integer

None.

isReversed

boolean

None.

allocationValue

decimal number

None.

allocationRule

Enum_AllocationRule

None.

acceptMinLots

boolean

None.

signaturePdfName

string

None.

verificationCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "invtCapital": 1.1,
  "acceptOpenPos": true,
  "traderMtAccountId": "sample string 3",
  "traderPlatId": 4,
  "isReversed": true,
  "allocationValue": 6.0,
  "allocationRule": 0,
  "acceptMinLots": true,
  "signaturePdfName": "sample string 8",
  "verificationCode": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WebApiResult
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

code

string

None.

data

Object

None.

Response Formats

application/json, text/json

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