POST api/Payment/PrePay_InsertAutotopup
Request Information
URI Parameters
None.
Body Parameters
AutoTopUpData| Name | Description | Type | Additional information |
|---|---|---|---|
| custID | string |
None. |
|
| reloadedAmount | decimal number |
None. |
|
| lastUpdatedBy | string |
None. |
|
| string |
None. |
||
| CardType | string |
None. |
|
| IsFixedPrePay | boolean |
None. |
|
| AccountId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"custID": "sample string 1",
"reloadedAmount": 1.0,
"lastUpdatedBy": "sample string 2",
"Email": "sample string 3",
"CardType": "sample string 4",
"IsFixedPrePay": true,
"AccountId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResults| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2"
}