POST api/SAOrder
Request Information
URI Parameters
None.
Body Parameters
EnquiryR| Name | Description | Type | Additional information |
|---|---|---|---|
| DEALER_ID | string |
None. |
|
| TOTAL_QTY | string |
None. |
|
| TOTAL_PRICE | string |
None. |
|
| TOTAL_DISC | string |
None. |
|
| ORDER_ADDRESS | string |
None. |
|
| SHIPING_CHARGES | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| PRODUCTSIZE_ID | string |
None. |
|
| STATE_ID | string |
None. |
|
| DISTRICT_ID | string |
None. |
|
| VILLAGE_ID | string |
None. |
|
| TALUKA_ID | string |
None. |
|
| PINCODE | string |
None. |
|
| GST | string |
None. |
|
| RATE | string |
None. |
|
| QTY | string |
None. |
|
| TIME_SLOT | string |
None. |
|
| ORDER_DATE | string |
None. |
|
| DISCOUNT | string |
None. |
|
| PROMOCODE_ID | string |
None. |
|
| PROMOCODE_AMT | string |
None. |
|
| MEMBERCODE_ID | string |
None. |
|
| USER_TYPE | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| ORDER_INSTRUCTION | string |
None. |
|
| CR_ID | string |
None. |
|
| CASE_QTY | string |
None. |
|
| DISTRIBUTOR_ID | string |
None. |
|
| ORDER_SLAB_ID | string |
None. |
|
| USER_SLAB_PERCENTAGE | string |
None. |
|
| EXTRA | string |
None. |
|
| COMPANY_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DEALER_ID": "sample string 1",
"TOTAL_QTY": "sample string 2",
"TOTAL_PRICE": "sample string 3",
"TOTAL_DISC": "sample string 4",
"ORDER_ADDRESS": "sample string 5",
"SHIPING_CHARGES": "sample string 6",
"PRODUCT_ID": "sample string 7",
"PRODUCTSIZE_ID": "sample string 8",
"STATE_ID": "sample string 9",
"DISTRICT_ID": "sample string 10",
"VILLAGE_ID": "sample string 11",
"TALUKA_ID": "sample string 12",
"PINCODE": "sample string 13",
"GST": "sample string 14",
"RATE": "sample string 15",
"QTY": "sample string 16",
"TIME_SLOT": "sample string 17",
"ORDER_DATE": "sample string 18",
"DISCOUNT": "sample string 19",
"PROMOCODE_ID": "sample string 20",
"PROMOCODE_AMT": "sample string 21",
"MEMBERCODE_ID": "sample string 22",
"USER_TYPE": "sample string 23",
"LATITUDE": "sample string 24",
"LONGITUDE": "sample string 25",
"ORDER_INSTRUCTION": "sample string 26",
"CR_ID": "sample string 27",
"CASE_QTY": "sample string 28",
"DISTRIBUTOR_ID": "sample string 29",
"ORDER_SLAB_ID": "sample string 30",
"USER_SLAB_PERCENTAGE": "sample string 31",
"EXTRA": "sample string 32",
"COMPANY_ID": "sample string 33"
}
text/plain
Sample:
{"DEALER_ID":"sample string 1","TOTAL_QTY":"sample string 2","TOTAL_PRICE":"sample string 3","TOTAL_DISC":"sample string 4","ORDER_ADDRESS":"sample string 5","SHIPING_CHARGES":"sample string 6","PRODUCT_ID":"sample string 7","PRODUCTSIZE_ID":"sample string 8","STATE_ID":"sample string 9","DISTRICT_ID":"sample string 10","VILLAGE_ID":"sample string 11","TALUKA_ID":"sample string 12","PINCODE":"sample string 13","GST":"sample string 14","RATE":"sample string 15","QTY":"sample string 16","TIME_SLOT":"sample string 17","ORDER_DATE":"sample string 18","DISCOUNT":"sample string 19","PROMOCODE_ID":"sample string 20","PROMOCODE_AMT":"sample string 21","MEMBERCODE_ID":"sample string 22","USER_TYPE":"sample string 23","LATITUDE":"sample string 24","LONGITUDE":"sample string 25","ORDER_INSTRUCTION":"sample string 26","CR_ID":"sample string 27","CASE_QTY":"sample string 28","DISTRIBUTOR_ID":"sample string 29","ORDER_SLAB_ID":"sample string 30","USER_SLAB_PERCENTAGE":"sample string 31","EXTRA":"sample string 32","COMPANY_ID":"sample string 33"}
application/xml, text/xml
Sample:
<EnquiryR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSangamAgro.Models"> <CASE_QTY>sample string 28</CASE_QTY> <COMPANY_ID>sample string 33</COMPANY_ID> <CR_ID>sample string 27</CR_ID> <DEALER_ID>sample string 1</DEALER_ID> <DISCOUNT>sample string 19</DISCOUNT> <DISTRIBUTOR_ID>sample string 29</DISTRIBUTOR_ID> <DISTRICT_ID>sample string 10</DISTRICT_ID> <EXTRA>sample string 32</EXTRA> <GST>sample string 14</GST> <LATITUDE>sample string 24</LATITUDE> <LONGITUDE>sample string 25</LONGITUDE> <MEMBERCODE_ID>sample string 22</MEMBERCODE_ID> <ORDER_ADDRESS>sample string 5</ORDER_ADDRESS> <ORDER_DATE>sample string 18</ORDER_DATE> <ORDER_INSTRUCTION>sample string 26</ORDER_INSTRUCTION> <ORDER_SLAB_ID>sample string 30</ORDER_SLAB_ID> <PINCODE>sample string 13</PINCODE> <PRODUCTSIZE_ID>sample string 8</PRODUCTSIZE_ID> <PRODUCT_ID>sample string 7</PRODUCT_ID> <PROMOCODE_AMT>sample string 21</PROMOCODE_AMT> <PROMOCODE_ID>sample string 20</PROMOCODE_ID> <QTY>sample string 16</QTY> <RATE>sample string 15</RATE> <SHIPING_CHARGES>sample string 6</SHIPING_CHARGES> <STATE_ID>sample string 9</STATE_ID> <TALUKA_ID>sample string 12</TALUKA_ID> <TIME_SLOT>sample string 17</TIME_SLOT> <TOTAL_DISC>sample string 4</TOTAL_DISC> <TOTAL_PRICE>sample string 3</TOTAL_PRICE> <TOTAL_QTY>sample string 2</TOTAL_QTY> <USER_SLAB_PERCENTAGE>sample string 31</USER_SLAB_PERCENTAGE> <USER_TYPE>sample string 23</USER_TYPE> <VILLAGE_ID>sample string 11</VILLAGE_ID> </EnquiryR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |