POST Signal/SignalSetting
Request Information
URI Parameters
None.
Body Parameters
SignalSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| nickName | string |
None. |
|
| profitShare | decimal number |
None. |
|
| subscriptionFee | decimal number |
None. |
|
| manageFee | decimal number |
None. |
|
| minInverstment | decimal number |
None. |
|
| withdrawalNotification | boolean |
None. |
|
| settlementPeriod | integer |
None. |
|
| mtAccountId | string |
Required |
|
| platId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"nickName": "sample string 1",
"profitShare": 2.0,
"subscriptionFee": 3.0,
"manageFee": 4.0,
"minInverstment": 5.0,
"withdrawalNotification": true,
"settlementPeriod": 7,
"mtAccountId": "sample string 8",
"platId": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebApiResult| Name | Description | Type | Additional 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": {}
}