POST api/FarmerQuestion

Request Information

URI Parameters

None.

Body Parameters

FarmerQuestionNew
NameDescriptionTypeAdditional information
USER_ID

string

None.

PLOT_ID

string

None.

NEWQUETION

string

None.

DESCRIPTION

string

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

LANG_ID

string

None.

IMAGE_URL

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": "sample string 1",
  "PLOT_ID": "sample string 2",
  "NEWQUETION": "sample string 3",
  "DESCRIPTION": "sample string 4",
  "TASK": "sample string 5",
  "EXTRA1": "sample string 6",
  "EXTRA2": "sample string 7",
  "EXTRA3": "sample string 8",
  "LANG_ID": "sample string 9",
  "IMAGE_URL": "QEA="
}

application/xml, text/xml

Sample:
<FarmerQuestionNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSwaroopAgromart.Controllers">
  <DESCRIPTION>sample string 4</DESCRIPTION>
  <EXTRA1>sample string 6</EXTRA1>
  <EXTRA2>sample string 7</EXTRA2>
  <EXTRA3>sample string 8</EXTRA3>
  <IMAGE_URL>QEA=</IMAGE_URL>
  <LANG_ID>sample string 9</LANG_ID>
  <NEWQUETION>sample string 3</NEWQUETION>
  <PLOT_ID>sample string 2</PLOT_ID>
  <TASK>sample string 5</TASK>
  <USER_ID>sample string 1</USER_ID>
</FarmerQuestionNew>

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.