GET api/MShare/Account/Info
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CommonOperationResultWithTagOfMShareShareAccountExItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | MShareShareAccountExItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"CustomerTypeName": "sample string 1",
"CustomerName": "sample string 2",
"AccountStateName": "sample string 3",
"CustomerType": "sample string 4",
"CustomerId": "sample string 5",
"ShareTotalCount": 6,
"ShareTotalAmount": 7.0,
"ShareReturnTotalCount": 8,
"ShareReturnTotalAmount": 9.0,
"ShareWithdrawCount": 10,
"ShareWithdrawAmount": 11.0,
"CurBalance": 12.0,
"AccountState": "sample string 13"
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfMShareShareAccountExItemVFgowTnU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
<errcode>1</errcode>
<errmsg>sample string 2</errmsg>
<tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Common.MShare">
<d2p1:AccountState>sample string 13</d2p1:AccountState>
<d2p1:CurBalance>12</d2p1:CurBalance>
<d2p1:CustomerId>sample string 5</d2p1:CustomerId>
<d2p1:CustomerType>sample string 4</d2p1:CustomerType>
<d2p1:ShareReturnTotalAmount>9</d2p1:ShareReturnTotalAmount>
<d2p1:ShareReturnTotalCount>8</d2p1:ShareReturnTotalCount>
<d2p1:ShareTotalAmount>7</d2p1:ShareTotalAmount>
<d2p1:ShareTotalCount>6</d2p1:ShareTotalCount>
<d2p1:ShareWithdrawAmount>11</d2p1:ShareWithdrawAmount>
<d2p1:ShareWithdrawCount>10</d2p1:ShareWithdrawCount>
<d2p1:AccountStateName>sample string 3</d2p1:AccountStateName>
<d2p1:CustomerName>sample string 2</d2p1:CustomerName>
<d2p1:CustomerTypeName>sample string 1</d2p1:CustomerTypeName>
</tag>
</CommonOperationResultWithTagOfMShareShareAccountExItemVFgowTnU>