POST api/GetQuestions

Request Information

URI Parameters

None.

Body Parameters

Questions
NameDescriptionTypeAdditional information
ID1

string

None.

ID2

string

None.

ID

string

None.

SELECTED_ANS

string

None.

USER_ID

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID1": "sample string 1",
  "ID2": "sample string 2",
  "ID": "sample string 3",
  "SELECTED_ANS": "sample string 4",
  "USER_ID": "sample string 5",
  "EXTRA1": "sample string 6",
  "EXTRA2": "sample string 7",
  "EXTRA3": "sample string 8"
}

application/xml, text/xml

Sample:
<Questions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiCropguru.Models">
  <EXTRA1>sample string 6</EXTRA1>
  <EXTRA2>sample string 7</EXTRA2>
  <EXTRA3>sample string 8</EXTRA3>
  <ID>sample string 3</ID>
  <ID1>sample string 1</ID1>
  <ID2>sample string 2</ID2>
  <SELECTED_ANS>sample string 4</SELECTED_ANS>
  <USER_ID>sample string 5</USER_ID>
</Questions>

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.