POST api/SendEnquiry

Request Information

URI Parameters

None.

Body Parameters

AED_SEND_ENQUIRY
NameDescriptionTypeAdditional information
FARMER_ID

string

None.

LAB_ID

string

None.

PRODUCT_ID

string

None.

SELECTED_LAB_SUBSERVICES

string

None.

CHARGES_AMOUNT

string

None.

TYPE

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FARMER_ID": "sample string 1",
  "LAB_ID": "sample string 2",
  "PRODUCT_ID": "sample string 3",
  "SELECTED_LAB_SUBSERVICES": "sample string 4",
  "CHARGES_AMOUNT": "sample string 5",
  "TYPE": "sample string 6",
  "EXTRA1": "sample string 7",
  "EXTRA2": "sample string 8",
  "EXTRA3": "sample string 9"
}

application/xml, text/xml

Sample:
<AED_SEND_ENQUIRY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models">
  <CHARGES_AMOUNT>sample string 5</CHARGES_AMOUNT>
  <EXTRA1>sample string 7</EXTRA1>
  <EXTRA2>sample string 8</EXTRA2>
  <EXTRA3>sample string 9</EXTRA3>
  <FARMER_ID>sample string 1</FARMER_ID>
  <LAB_ID>sample string 2</LAB_ID>
  <PRODUCT_ID>sample string 3</PRODUCT_ID>
  <SELECTED_LAB_SUBSERVICES>sample string 4</SELECTED_LAB_SUBSERVICES>
  <TYPE>sample string 6</TYPE>
</AED_SEND_ENQUIRY>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AED_SEND_ENQUIRY'.

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.