POST api/FarmerOpeniun/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
FamerQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| QUESTION | string |
None. |
|
| QUE_PHOTO | Collection of byte |
None. |
|
| LANG_ID | string |
None. |
|
| WORD | string |
None. |
|
| PLOT_ID | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| TASK | string |
None. |
|
| ANSWER | string |
None. |
|
| START | string |
None. |
|
| END | string |
None. |
|
| FO_ID | string |
None. |
|
| FOO_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"QUESTION": "sample string 2",
"QUE_PHOTO": "QEA=",
"LANG_ID": "sample string 3",
"WORD": "sample string 4",
"PLOT_ID": "sample string 5",
"EXTRA1": "sample string 6",
"EXTRA2": "sample string 7",
"EXTRA3": "sample string 8",
"TASK": "sample string 9",
"ANSWER": "sample string 10",
"START": "sample string 11",
"END": "sample string 12",
"FO_ID": "sample string 13",
"FOO_ID": "sample string 14"
}
application/xml, text/xml
Sample:
<FamerQuestion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgroKisanApiNew.Models"> <ANSWER>sample string 10</ANSWER> <END>sample string 12</END> <EXTRA1>sample string 6</EXTRA1> <EXTRA2>sample string 7</EXTRA2> <EXTRA3>sample string 8</EXTRA3> <FOO_ID>sample string 14</FOO_ID> <FO_ID>sample string 13</FO_ID> <LANG_ID>sample string 3</LANG_ID> <PLOT_ID>sample string 5</PLOT_ID> <QUESTION>sample string 2</QUESTION> <QUE_PHOTO>QEA=</QUE_PHOTO> <START>sample string 11</START> <TASK>sample string 9</TASK> <USER_ID>sample string 1</USER_ID> <WORD>sample string 4</WORD> </FamerQuestion>
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. |