GET Account/GetEquity?mtAccountId={mtAccountId}&platId={platId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
Required |
|
| platId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfDecimal| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": 4.0
}