GET api/Wallet/GetRechargeLimit
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MessageModelOfListOftb_recharge_limit| Name | Description | Type | Additional information |
|---|---|---|---|
| state | integer |
None. |
|
| message | string |
None. |
|
| body | Collection of tb_recharge_limit |
None. |
|
| bodyT2 | Collection of tb_recharge_limit |
None. |
|
| key | string |
None. |
|
| dServersFee | decimal number |
None. |
|
| IsCharge | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 1,
"message": "sample string 2",
"body": [
{
"Id": 1,
"Content": "sample string 2",
"ActualMoney": 3.0,
"Cash": 4.0
},
{
"Id": 1,
"Content": "sample string 2",
"ActualMoney": 3.0,
"Cash": 4.0
}
],
"bodyT2": [
{
"Id": 1,
"Content": "sample string 2",
"ActualMoney": 3.0,
"Cash": 4.0
},
{
"Id": 1,
"Content": "sample string 2",
"ActualMoney": 3.0,
"Cash": 4.0
}
],
"key": "sample string 3",
"dServersFee": 4.0,
"IsCharge": true
}