POST api/ImportMasterData/GetIndentPlotList

Request Information

URI Parameters

None.

Body Parameters

ListGrwIndentPlots
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Season

integer

None.

Indent_Type

integer

None.

Vill_Code

integer

None.

Grw_Code

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Fact_Code": 1,
  "Season": 2,
  "Indent_Type": 3,
  "Vill_Code": 4,
  "Grw_Code": 5
}

application/xml, text/xml

Sample:
<ListGrwIndentPlots xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models">
  <Fact_Code>1</Fact_Code>
  <Grw_Code>5</Grw_Code>
  <Indent_Type>3</Indent_Type>
  <Season>2</Season>
  <Vill_Code>4</Vill_Code>
</ListGrwIndentPlots>

application/x-www-form-urlencoded

Sample:

Sample not available.

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/" />