POST api/ProductOrder/Add_Order

Request Information

URI Parameters

None.

Body Parameters

modOrder
NameDescriptionTypeAdditional information
Total_amt

string

None.

ewallet_amount

string

None.

Purchase_ewallet

string

None.

Addressid

string

None.

shiping_charge

decimal number

None.

plan_type

string

None.

plan_name

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.

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,
  "plan_type": "sample string 6",
  "plan_name": "sample string 7",
  "payment_type": "sample string 8",
  "Upiid": "sample string 9",
  "Accountno": "sample string 10",
  "acounth_name": "sample string 11",
  "IFSC": "sample string 12",
  "Bank": "sample string 13",
  "Transid": "sample string 14",
  "TransImg": "sample string 15",
  "totgst_amt": 16.0,
  "tot_bv": 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,"plan_type":"sample string 6","plan_name":"sample string 7","payment_type":"sample string 8","Upiid":"sample string 9","Accountno":"sample string 10","acounth_name":"sample string 11","IFSC":"sample string 12","Bank":"sample string 13","Transid":"sample string 14","TransImg":"sample string 15","totgst_amt":16.0,"tot_bv":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 10</Accountno>
  <Addressid>sample string 4</Addressid>
  <Bank>sample string 13</Bank>
  <IFSC>sample string 12</IFSC>
  <Purchase_ewallet>sample string 3</Purchase_ewallet>
  <Total_amt>sample string 1</Total_amt>
  <TransImg>sample string 15</TransImg>
  <Transid>sample string 14</Transid>
  <Upiid>sample string 9</Upiid>
  <acounth_name>sample string 11</acounth_name>
  <ewallet_amount>sample string 2</ewallet_amount>
  <payment_type>sample string 8</payment_type>
  <plan_name>sample string 7</plan_name>
  <plan_type>sample string 6</plan_type>
  <shiping_charge>5</shiping_charge>
  <shipmethod>sample string 18</shipmethod>
  <tot_bv>17</tot_bv>
  <totgst_amt>16</totgst_amt>
</modOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.