POST api/InvitationFarmer

Request Information

URI Parameters

None.

Body Parameters

InvitationFarmer
NameDescriptionTypeAdditional information
MOBILE_NO

string

None.

FARMER_NAME

string

None.

LATTITUDE

string

None.

LONGITUDE

string

None.

LOCATION

string

None.

TASK

string

None.

INVITATIONFARMER_ID

string

None.

EXTRA

string

None.

INVITATION_ID

string

None.

SALESTEAM_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MOBILE_NO": "sample string 1",
  "FARMER_NAME": "sample string 2",
  "LATTITUDE": "sample string 3",
  "LONGITUDE": "sample string 4",
  "LOCATION": "sample string 5",
  "TASK": "sample string 6",
  "INVITATIONFARMER_ID": "sample string 7",
  "EXTRA": "sample string 8",
  "INVITATION_ID": "sample string 9",
  "SALESTEAM_ID": "sample string 10"
}

application/xml, text/xml

Sample:
<InvitationFarmer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models">
  <EXTRA>sample string 8</EXTRA>
  <FARMER_NAME>sample string 2</FARMER_NAME>
  <INVITATIONFARMER_ID>sample string 7</INVITATIONFARMER_ID>
  <INVITATION_ID>sample string 9</INVITATION_ID>
  <LATTITUDE>sample string 3</LATTITUDE>
  <LOCATION>sample string 5</LOCATION>
  <LONGITUDE>sample string 4</LONGITUDE>
  <MOBILE_NO>sample string 1</MOBILE_NO>
  <SALESTEAM_ID>sample string 10</SALESTEAM_ID>
  <TASK>sample string 6</TASK>
</InvitationFarmer>

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.