GET api/accountInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfaccountInfoRes| Name | Description | Type | Additional information |
|---|---|---|---|
| resultCode | string |
None. |
|
| resultMsg | string |
None. |
|
| Entity | accountInfoRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"resultCode": "sample string 1",
"resultMsg": "sample string 2",
"Entity": {
"CardId": "sample string 1",
"CardNo": "sample string 2",
"Mobile": "sample string 3",
"Balance": 4.0,
"Score": 5,
"Growth": 6,
"Name": "sample string 7",
"levelRate": "sample string 8",
"CurentDegree": {
"grade": "sample string 1",
"title": "sample string 2",
"Value": 3
},
"NextDegree": {
"grade": "sample string 1",
"title": "sample string 2",
"Value": 3
}
}
}
application/xml, text/xml
Sample:
<ResponseResultOfaccountInfoResAeq1l4l6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MiniProg.Model">
<_x003C_Entity_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/MiniProg.Model.account.accountInfos">
<d2p1:Balance>4</d2p1:Balance>
<d2p1:CardId>sample string 1</d2p1:CardId>
<d2p1:CardNo>sample string 2</d2p1:CardNo>
<d2p1:CurentDegree>
<d2p1:Value>3</d2p1:Value>
<d2p1:grade>sample string 1</d2p1:grade>
<d2p1:title>sample string 2</d2p1:title>
</d2p1:CurentDegree>
<d2p1:FS_ID>sample string 9</d2p1:FS_ID>
<d2p1:Growth>6</d2p1:Growth>
<d2p1:Mobile>sample string 3</d2p1:Mobile>
<d2p1:Name>sample string 7</d2p1:Name>
<d2p1:NextDegree>
<d2p1:Value>3</d2p1:Value>
<d2p1:grade>sample string 1</d2p1:grade>
<d2p1:title>sample string 2</d2p1:title>
</d2p1:NextDegree>
<d2p1:Score>5</d2p1:Score>
<d2p1:levelRate>sample string 8</d2p1:levelRate>
</_x003C_Entity_x003E_k__BackingField>
<_x003C_resultCode_x003E_k__BackingField>sample string 1</_x003C_resultCode_x003E_k__BackingField>
<_x003C_resultMsg_x003E_k__BackingField>sample string 2</_x003C_resultMsg_x003E_k__BackingField>
</ResponseResultOfaccountInfoResAeq1l4l6>