POST api/User/Add_ActiveOrder
Request Information
URI Parameters
None.
Body Parameters
modActiveOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| to_regno | string |
None. |
|
| Total_amt | string |
None. |
|
| Purchase_ewallet | string |
None. |
|
| bvpv | string |
None. |
|
| totgst_amt | decimal number |
None. |
|
| tot_bv | decimal number |
None. |
|
| tot_pv | decimal number |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"to_regno": "sample string 1",
"Total_amt": "sample string 2",
"Purchase_ewallet": "sample string 3",
"bvpv": "sample string 4",
"totgst_amt": 5.0,
"tot_bv": 6.0,
"tot_pv": 7.0,
"password": "sample string 8"
}
text/html
Sample:
{"to_regno":"sample string 1","Total_amt":"sample string 2","Purchase_ewallet":"sample string 3","bvpv":"sample string 4","totgst_amt":5.0,"tot_bv":6.0,"tot_pv":7.0,"password":"sample string 8"}
application/xml, text/xml
Sample:
<modActiveOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexxoglobal_API.Models"> <Purchase_ewallet>sample string 3</Purchase_ewallet> <Total_amt>sample string 2</Total_amt> <bvpv>sample string 4</bvpv> <password>sample string 8</password> <to_regno>sample string 1</to_regno> <tot_bv>6</tot_bv> <tot_pv>7</tot_pv> <totgst_amt>5</totgst_amt> </modActiveOrder>
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.