POST API/WalletTransactions/EasebuzzRecharge
Request Information
URI Parameters
None.
Body Parameters
Recharge| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | decimal number |
None. |
|
| MinWalletAmount | decimal number |
None. |
|
| TaxWithAmount | decimal number |
None. |
|
| ClientId | integer |
None. |
|
| MasterClientId | integer |
None. |
|
| UserId | integer |
None. |
|
| ClientName | string |
None. |
|
| Remarks | string |
None. |
|
| ModeOfPay | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": 1.0,
"MinWalletAmount": 2.0,
"TaxWithAmount": 3.0,
"ClientId": 4,
"MasterClientId": 5,
"UserId": 6,
"ClientName": "sample string 7",
"Remarks": "sample string 8",
"ModeOfPay": "sample string 9"
}
application/xml, text/xml
Sample:
<Recharge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wallet.Models"> <Amount>1</Amount> <ClientId>4</ClientId> <ClientName>sample string 7</ClientName> <MasterClientId>5</MasterClientId> <MinWalletAmount>2</MinWalletAmount> <ModeOfPay>sample string 9</ModeOfPay> <Remarks>sample string 8</Remarks> <TaxWithAmount>3</TaxWithAmount> <UserId>6</UserId> </Recharge>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.