POST api/NutrientManagementGetResult

Request Information

URI Parameters

None.

Body Parameters

NutrientManagement_Input
NameDescriptionTypeAdditional information
DistrictValue

string

Matching regular expression pattern: ^[a-zA-Z() -.\s]{2,}$

CropName

string

None.

TalukaValue

string

Matching regular expression pattern: ^[a-zA-Z() -.\s]{2,}$

VillageValue

string

Matching regular expression pattern: ^[a-zA-Z() -.\s]{2,}$

watershadeboundaryValue

string

Matching regular expression pattern: ^[a-zA-Z0-9()\s]{2,}$

SurveyNoValue

string

Matching regular expression pattern: ^[a-zA-Z0-9()/\s]{2,}$

Practice_ID

integer

Matching regular expression pattern: ([0-9]+)$

cropid

integer

Matching regular expression pattern: ([0-9]+)$

SeasonID

integer

Matching regular expression pattern: ([0-9]+)$

SeasonName

string

None.

Agro_Climatic_Zone

integer

None.

Fertilizer_ID

integer

None.

CadastralFid

string

None.

Session_ID

string

None.

STATUS

string

None.

WatershedBoundaryType

string

None.

Culture

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Culture": 1,
  "DistrictValue": "sample string 1",
  "CropName": "sample string 2",
  "TalukaValue": "sample string 3",
  "VillageValue": "sample string 4",
  "watershadeboundaryValue": "sample string 5",
  "SurveyNoValue": "sample string 6",
  "Practice_ID": 1,
  "cropid": 1,
  "SeasonID": 1,
  "SeasonName": "sample string 7",
  "Agro_Climatic_Zone": 8,
  "Fertilizer_ID": 1,
  "CadastralFid": "sample string 9",
  "Session_ID": "sample string 10",
  "STATUS": "sample string 11",
  "WatershedBoundaryType": "sample string 12"
}

application/xml, text/xml

Sample:
<NutrientManagement_Input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WDD_Models">
  <Agro_Climatic_Zone>8</Agro_Climatic_Zone>
  <CadastralFid>sample string 9</CadastralFid>
  <CropName>sample string 2</CropName>
  <Culture>1</Culture>
  <DistrictValue>sample string 1</DistrictValue>
  <Fertilizer_ID>1</Fertilizer_ID>
  <Practice_ID>1</Practice_ID>
  <STATUS>sample string 11</STATUS>
  <SeasonID>1</SeasonID>
  <SeasonName>sample string 7</SeasonName>
  <Session_ID>sample string 10</Session_ID>
  <SurveyNoValue>sample string 6</SurveyNoValue>
  <TalukaValue>sample string 3</TalukaValue>
  <VillageValue>sample string 4</VillageValue>
  <WatershedBoundaryType>sample string 12</WatershedBoundaryType>
  <cropid>1</cropid>
  <watershadeboundaryValue>sample string 5</watershadeboundaryValue>
</NutrientManagement_Input>

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 'NutrientManagement_Input'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />