GET Client/GetShareProfitOrders?mtAccountId={mtAccountId}&platId={platId}&traderMtAccountId={traderMtAccountId}&traderPlatId={traderPlatId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
Required |
|
| platId | integer |
Required |
|
| traderMtAccountId | string |
Required |
|
| traderPlatId | integer |
Required |
Body Parameters
None.
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": {}
}