GET api/MShare/Account/PaymentType/Info
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CommonOperationResultWithTagOfIEnumerableOfMShareShareAccountPaymentTypeExItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of MShareShareAccountPaymentTypeExItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"CustomerTypeName": "sample string 1",
"CustomerName": "sample string 2",
"PaymentTypeName": "sample string 3",
"CustomerType": "sample string 4",
"CustomerId": "sample string 5",
"PaymentTypeId": "sample string 6",
"ShareTotalCount": 7,
"ShareTotalAmount": 8.0,
"ShareReturnTotalCount": 9,
"ShareReturnTotalAmount": 10.0,
"ShareWithdrawCount": 11,
"ShareWithdrawAmount": 12.0,
"ShareWithdrawByCashCount": 13,
"ShareWithdrawByCashAmount": 14.0,
"CurBalance": 15.0
},
{
"CustomerTypeName": "sample string 1",
"CustomerName": "sample string 2",
"PaymentTypeName": "sample string 3",
"CustomerType": "sample string 4",
"CustomerId": "sample string 5",
"PaymentTypeId": "sample string 6",
"ShareTotalCount": 7,
"ShareTotalAmount": 8.0,
"ShareReturnTotalCount": 9,
"ShareReturnTotalAmount": 10.0,
"ShareWithdrawCount": 11,
"ShareWithdrawAmount": 12.0,
"ShareWithdrawByCashCount": 13,
"ShareWithdrawByCashAmount": 14.0,
"CurBalance": 15.0
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfMShareShareAccountPaymentTypeExItemVFgowTnU 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:MShareShareAccountPaymentTypeExItem>
<d2p1:CurBalance>15</d2p1:CurBalance>
<d2p1:CustomerId>sample string 5</d2p1:CustomerId>
<d2p1:CustomerType>sample string 4</d2p1:CustomerType>
<d2p1:PaymentTypeId>sample string 6</d2p1:PaymentTypeId>
<d2p1:ShareReturnTotalAmount>10</d2p1:ShareReturnTotalAmount>
<d2p1:ShareReturnTotalCount>9</d2p1:ShareReturnTotalCount>
<d2p1:ShareTotalAmount>8</d2p1:ShareTotalAmount>
<d2p1:ShareTotalCount>7</d2p1:ShareTotalCount>
<d2p1:ShareWithdrawAmount>12</d2p1:ShareWithdrawAmount>
<d2p1:ShareWithdrawByCashAmount>14</d2p1:ShareWithdrawByCashAmount>
<d2p1:ShareWithdrawByCashCount>13</d2p1:ShareWithdrawByCashCount>
<d2p1:ShareWithdrawCount>11</d2p1:ShareWithdrawCount>
<d2p1:CustomerName>sample string 2</d2p1:CustomerName>
<d2p1:CustomerTypeName>sample string 1</d2p1:CustomerTypeName>
<d2p1:PaymentTypeName>sample string 3</d2p1:PaymentTypeName>
</d2p1:MShareShareAccountPaymentTypeExItem>
<d2p1:MShareShareAccountPaymentTypeExItem>
<d2p1:CurBalance>15</d2p1:CurBalance>
<d2p1:CustomerId>sample string 5</d2p1:CustomerId>
<d2p1:CustomerType>sample string 4</d2p1:CustomerType>
<d2p1:PaymentTypeId>sample string 6</d2p1:PaymentTypeId>
<d2p1:ShareReturnTotalAmount>10</d2p1:ShareReturnTotalAmount>
<d2p1:ShareReturnTotalCount>9</d2p1:ShareReturnTotalCount>
<d2p1:ShareTotalAmount>8</d2p1:ShareTotalAmount>
<d2p1:ShareTotalCount>7</d2p1:ShareTotalCount>
<d2p1:ShareWithdrawAmount>12</d2p1:ShareWithdrawAmount>
<d2p1:ShareWithdrawByCashAmount>14</d2p1:ShareWithdrawByCashAmount>
<d2p1:ShareWithdrawByCashCount>13</d2p1:ShareWithdrawByCashCount>
<d2p1:ShareWithdrawCount>11</d2p1:ShareWithdrawCount>
<d2p1:CustomerName>sample string 2</d2p1:CustomerName>
<d2p1:CustomerTypeName>sample string 1</d2p1:CustomerTypeName>
<d2p1:PaymentTypeName>sample string 3</d2p1:PaymentTypeName>
</d2p1:MShareShareAccountPaymentTypeExItem>
</tag>
</CommonOperationResultWithTagOfArrayOfMShareShareAccountPaymentTypeExItemVFgowTnU>