POST Client/CopyPamm

Request Information

URI Parameters

None.

Body Parameters

CopyPammInput
NameDescriptionTypeAdditional information
invtCaptial

decimal number

None.

acceptOpenPos

boolean

None.

traderMtAccountId

string

None.

traderPlatId

integer

None.

acceptMinLots

boolean

None.

signaturePdfName

string

None.

verificationCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "invtCaptial": 1.0,
  "acceptOpenPos": true,
  "traderMtAccountId": "sample string 3",
  "traderPlatId": 4,
  "acceptMinLots": true,
  "signaturePdfName": "sample string 6",
  "verificationCode": "sample string 7"
}

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