POST api/User/Add_topupOrder
Request Information
URI Parameters
None.
Body Parameters
modOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| Total_amt | string |
None. |
|
| ewallet_amount | string |
None. |
|
| Purchase_ewallet | string |
None. |
|
| Addressid | string |
None. |
|
| shiping_charge | decimal number |
None. |
|
| bvpv | string |
None. |
|
| payment_type | string |
None. |
|
| Upiid | string |
None. |
|
| Accountno | string |
None. |
|
| acounth_name | string |
None. |
|
| IFSC | string |
None. |
|
| Bank | string |
None. |
|
| Transid | string |
None. |
|
| TransImg | string |
None. |
|
| totgst_amt | decimal number |
None. |
|
| tot_bv | decimal number |
None. |
|
| tot_pv | decimal number |
None. |
|
| shipmethod | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Total_amt": "sample string 1",
"ewallet_amount": "sample string 2",
"Purchase_ewallet": "sample string 3",
"Addressid": "sample string 4",
"shiping_charge": 5.0,
"bvpv": "sample string 6",
"payment_type": "sample string 7",
"Upiid": "sample string 8",
"Accountno": "sample string 9",
"acounth_name": "sample string 10",
"IFSC": "sample string 11",
"Bank": "sample string 12",
"Transid": "sample string 13",
"TransImg": "sample string 14",
"totgst_amt": 15.0,
"tot_bv": 16.0,
"tot_pv": 17.0,
"shipmethod": "sample string 18"
}
text/html
Sample:
{"Total_amt":"sample string 1","ewallet_amount":"sample string 2","Purchase_ewallet":"sample string 3","Addressid":"sample string 4","shiping_charge":5.0,"bvpv":"sample string 6","payment_type":"sample string 7","Upiid":"sample string 8","Accountno":"sample string 9","acounth_name":"sample string 10","IFSC":"sample string 11","Bank":"sample string 12","Transid":"sample string 13","TransImg":"sample string 14","totgst_amt":15.0,"tot_bv":16.0,"tot_pv":17.0,"shipmethod":"sample string 18"}
application/xml, text/xml
Sample:
<modOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexxoglobal_API.Models"> <Accountno>sample string 9</Accountno> <Addressid>sample string 4</Addressid> <Bank>sample string 12</Bank> <IFSC>sample string 11</IFSC> <Purchase_ewallet>sample string 3</Purchase_ewallet> <Total_amt>sample string 1</Total_amt> <TransImg>sample string 14</TransImg> <Transid>sample string 13</Transid> <Upiid>sample string 8</Upiid> <acounth_name>sample string 10</acounth_name> <bvpv>sample string 6</bvpv> <ewallet_amount>sample string 2</ewallet_amount> <payment_type>sample string 7</payment_type> <shiping_charge>5</shiping_charge> <shipmethod>sample string 18</shipmethod> <tot_bv>16</tot_bv> <tot_pv>17</tot_pv> <totgst_amt>15</totgst_amt> </modOrder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.