POST api/ImportMasterData/GetSeedResList

Request Information

URI Parameters

None.

Body Parameters

GrwIndents
NameDescriptionTypeAdditional information
Fact_Code

integer

None.

Vill_Code

integer

None.

Grw_Code

integer

None.

Season

integer

None.

Indent_type

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<GrwIndents 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>3</Grw_Code>
  <Indent_type>5</Indent_type>
  <Season>4</Season>
  <Vill_Code>2</Vill_Code>
</GrwIndents>

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