POST api/ProductEnquiry
Request Information
URI Parameters
None.
Body Parameters
Farmenquiry| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| PLOT_ID | string |
None. |
|
| MOBILE_NUMBER | string |
None. |
|
| NAME | string |
None. |
|
| REMARK | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| LOCATION | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"PLOT_ID": "sample string 2",
"MOBILE_NUMBER": "sample string 3",
"NAME": "sample string 4",
"REMARK": "sample string 5",
"PRODUCT_ID": "sample string 6",
"LOCATION": "sample string 7",
"LATITUDE": "sample string 8",
"LONGITUDE": "sample string 9"
}
application/xml, text/xml
Sample:
<Farmenquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models"> <LATITUDE>sample string 8</LATITUDE> <LOCATION>sample string 7</LOCATION> <LONGITUDE>sample string 9</LONGITUDE> <MOBILE_NUMBER>sample string 3</MOBILE_NUMBER> <NAME>sample string 4</NAME> <PLOT_ID>sample string 2</PLOT_ID> <PRODUCT_ID>sample string 6</PRODUCT_ID> <REMARK>sample string 5</REMARK> <USER_ID>sample string 1</USER_ID> </Farmenquiry>
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. |