POST api/QANDA

Request Information

URI Parameters

None.

Body Parameters

FarmDiscussion
NameDescriptionTypeAdditional information
USER_ID

string

None.

PLOT_ID

string

None.

MOBILE_NUMBER

string

None.

NAME

string

None.

QUESTION

string

None.

QUESTION_CAT

string

None.

LOCATION

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

FD_IMAGE

Collection of byte

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",
  "QUESTION": "sample string 5",
  "QUESTION_CAT": "sample string 6",
  "LOCATION": "sample string 7",
  "LATITUDE": "sample string 8",
  "LONGITUDE": "sample string 9",
  "FD_IMAGE": "QEA="
}

application/xml, text/xml

Sample:
<FarmDiscussion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models">
  <FD_IMAGE>QEA=</FD_IMAGE>
  <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>
  <QUESTION>sample string 5</QUESTION>
  <QUESTION_CAT>sample string 6</QUESTION_CAT>
  <USER_ID>sample string 1</USER_ID>
</FarmDiscussion>

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.