POST uatb2c/Insert_WalletRecharge
Request Information
URI Parameters
None.
Body Parameters
PROP_WalletRecharge| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderAmount | decimal number |
None. |
|
| Remarks | string |
None. |
|
| Name | string |
None. |
|
| EmailID | string |
None. |
|
| MobileNo | string |
None. |
|
| OrderTxnType | PaymentGateway |
None. |
|
| OrderStatus | OrderStatus |
None. |
|
| DeviceID | string |
None. |
|
| DeviceOsVersion | string |
None. |
|
| UserId | string |
None. |
|
| ApplicationName | string |
None. |
|
| ApplicationVersion | string |
None. |
|
| ApplicationVersionCode | integer |
None. |
|
| RequestType | integer |
None. |
|
| VerifyCall | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderAmount": 1.1,
"Remarks": "sample string 2",
"Name": "sample string 3",
"EmailID": "sample string 4",
"MobileNo": "sample string 5",
"OrderTxnType": 0,
"OrderStatus": 0,
"DeviceID": "sample string 6",
"DeviceOsVersion": "sample string 7",
"UserId": "sample string 8",
"ApplicationName": "sample string 9",
"ApplicationVersion": "sample string 10",
"ApplicationVersionCode": 11,
"RequestType": 12,
"VerifyCall": "sample string 13"
}
application/xml, text/xml
Sample:
<PROP_WalletRecharge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/uatb2capp.itspl.net.Models"> <ApplicationName>sample string 9</ApplicationName> <ApplicationVersion>sample string 10</ApplicationVersion> <ApplicationVersionCode>11</ApplicationVersionCode> <DeviceID>sample string 6</DeviceID> <DeviceOsVersion>sample string 7</DeviceOsVersion> <RequestType>12</RequestType> <UserId>sample string 8</UserId> <VerifyCall>sample string 13</VerifyCall> <EmailID>sample string 4</EmailID> <MobileNo>sample string 5</MobileNo> <Name>sample string 3</Name> <OrderAmount>1.1</OrderAmount> <OrderStatus>Pending</OrderStatus> <OrderTxnType>None</OrderTxnType> <Remarks>sample string 2</Remarks> </PROP_WalletRecharge>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PROP_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.