POST api/PlaceOrder

Request Information

URI Parameters

None.

Body Parameters

Order
NameDescriptionTypeAdditional information
ORDER_ID

string

None.

DEALER_ID

string

None.

DISTRIBUTOR_ID

string

None.

COMPANY_ID

string

None.

SALESTEAM_ID

string

None.

TOTAL_QTY

string

None.

TOTAL_PRICE

string

None.

TOTAL_DISC

string

None.

CASE_QTY

string

None.

GST

string

None.

MEMBERCODE_ID

string

None.

ORDER_ADDRESS

string

None.

SHIPPING_CHARGES

string

None.

PROMOCODE_ID

string

None.

PROMOCODE_AMT

string

None.

USER_TYPE

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

TIME_SLOT

string

None.

ORDER_DATE

string

None.

ORDER_INSTRUCTION

string

None.

REORDER_ID

string

None.

EDIT_ORDER

string

None.

ADMIN_ID

string

None.

PRODUCT_ID

string

None.

PS_ID

string

None.

PRICE

string

None.

DISCOUNT

string

None.

QTY

string

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

LANG_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ORDER_ID": "sample string 1",
  "DEALER_ID": "sample string 2",
  "DISTRIBUTOR_ID": "sample string 3",
  "COMPANY_ID": "sample string 4",
  "SALESTEAM_ID": "sample string 5",
  "TOTAL_QTY": "sample string 6",
  "TOTAL_PRICE": "sample string 7",
  "TOTAL_DISC": "sample string 8",
  "CASE_QTY": "sample string 9",
  "GST": "sample string 10",
  "MEMBERCODE_ID": "sample string 11",
  "ORDER_ADDRESS": "sample string 12",
  "SHIPPING_CHARGES": "sample string 13",
  "PROMOCODE_ID": "sample string 14",
  "PROMOCODE_AMT": "sample string 15",
  "USER_TYPE": "sample string 16",
  "LATITUDE": "sample string 17",
  "LONGITUDE": "sample string 18",
  "TIME_SLOT": "sample string 19",
  "ORDER_DATE": "sample string 20",
  "ORDER_INSTRUCTION": "sample string 21",
  "REORDER_ID": "sample string 22",
  "EDIT_ORDER": "sample string 23",
  "ADMIN_ID": "sample string 24",
  "PRODUCT_ID": "sample string 25",
  "PS_ID": "sample string 26",
  "PRICE": "sample string 27",
  "DISCOUNT": "sample string 28",
  "QTY": "sample string 29",
  "TASK": "sample string 30",
  "EXTRA1": "sample string 31",
  "EXTRA2": "sample string 32",
  "EXTRA3": "sample string 33",
  "LANG_ID": "sample string 34"
}

application/xml, text/xml

Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models">
  <ADMIN_ID>sample string 24</ADMIN_ID>
  <CASE_QTY>sample string 9</CASE_QTY>
  <COMPANY_ID>sample string 4</COMPANY_ID>
  <DEALER_ID>sample string 2</DEALER_ID>
  <DISCOUNT>sample string 28</DISCOUNT>
  <DISTRIBUTOR_ID>sample string 3</DISTRIBUTOR_ID>
  <EDIT_ORDER>sample string 23</EDIT_ORDER>
  <EXTRA1>sample string 31</EXTRA1>
  <EXTRA2>sample string 32</EXTRA2>
  <EXTRA3>sample string 33</EXTRA3>
  <GST>sample string 10</GST>
  <LANG_ID>sample string 34</LANG_ID>
  <LATITUDE>sample string 17</LATITUDE>
  <LONGITUDE>sample string 18</LONGITUDE>
  <MEMBERCODE_ID>sample string 11</MEMBERCODE_ID>
  <ORDER_ADDRESS>sample string 12</ORDER_ADDRESS>
  <ORDER_DATE>sample string 20</ORDER_DATE>
  <ORDER_ID>sample string 1</ORDER_ID>
  <ORDER_INSTRUCTION>sample string 21</ORDER_INSTRUCTION>
  <PRICE>sample string 27</PRICE>
  <PRODUCT_ID>sample string 25</PRODUCT_ID>
  <PROMOCODE_AMT>sample string 15</PROMOCODE_AMT>
  <PROMOCODE_ID>sample string 14</PROMOCODE_ID>
  <PS_ID>sample string 26</PS_ID>
  <QTY>sample string 29</QTY>
  <REORDER_ID>sample string 22</REORDER_ID>
  <SALESTEAM_ID>sample string 5</SALESTEAM_ID>
  <SHIPPING_CHARGES>sample string 13</SHIPPING_CHARGES>
  <TASK>sample string 30</TASK>
  <TIME_SLOT>sample string 19</TIME_SLOT>
  <TOTAL_DISC>sample string 8</TOTAL_DISC>
  <TOTAL_PRICE>sample string 7</TOTAL_PRICE>
  <TOTAL_QTY>sample string 6</TOTAL_QTY>
  <USER_TYPE>sample string 16</USER_TYPE>
</Order>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.