POST api/VillageMeeting

Request Information

URI Parameters

None.

Body Parameters

ADDVLM
NameDescriptionTypeAdditional information
VILLAGE_NAME

string

None.

CROP_ID

string

None.

PRODUCT_ID_LIST

string

None.

SELECTED_PRODUCT

string

None.

NO_OF_FARMERS_EXPECTED

string

None.

ESTIMATED_COST

string

None.

MEETING_NOTE

string

None.

TYPE

string

None.

VLM_ID

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

ACTIVITY_PHOTO_1

Collection of byte

None.

ACTIVITY_PHOTO_2

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "VILLAGE_NAME": "sample string 1",
  "CROP_ID": "sample string 2",
  "PRODUCT_ID_LIST": "sample string 3",
  "SELECTED_PRODUCT": "sample string 4",
  "NO_OF_FARMERS_EXPECTED": "sample string 5",
  "ESTIMATED_COST": "sample string 6",
  "MEETING_NOTE": "sample string 7",
  "TYPE": "sample string 8",
  "VLM_ID": "sample string 9",
  "EXTRA1": "sample string 10",
  "EXTRA2": "sample string 11",
  "EXTRA3": "sample string 12",
  "ACTIVITY_PHOTO_1": "QEA=",
  "ACTIVITY_PHOTO_2": "QEA="
}

application/xml, text/xml

Sample:
<ADDVLM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSwaroopAgromart.Controllers.Team">
  <ACTIVITY_PHOTO_1>QEA=</ACTIVITY_PHOTO_1>
  <ACTIVITY_PHOTO_2>QEA=</ACTIVITY_PHOTO_2>
  <CROP_ID>sample string 2</CROP_ID>
  <ESTIMATED_COST>sample string 6</ESTIMATED_COST>
  <EXTRA1>sample string 10</EXTRA1>
  <EXTRA2>sample string 11</EXTRA2>
  <EXTRA3>sample string 12</EXTRA3>
  <MEETING_NOTE>sample string 7</MEETING_NOTE>
  <NO_OF_FARMERS_EXPECTED>sample string 5</NO_OF_FARMERS_EXPECTED>
  <PRODUCT_ID_LIST>sample string 3</PRODUCT_ID_LIST>
  <SELECTED_PRODUCT>sample string 4</SELECTED_PRODUCT>
  <TYPE>sample string 8</TYPE>
  <VILLAGE_NAME>sample string 1</VILLAGE_NAME>
  <VLM_ID>sample string 9</VLM_ID>
</ADDVLM>

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.