POST api/ImportMasterData/GetPlantationPlot
Request Information
URI Parameters
None.
Body Parameters
GetPlantationPlot| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| User_Id | string |
None. |
|
| Plot_Village | integer |
None. |
|
| Village_Code | integer |
None. |
|
| Grower_Code | integer |
None. |
|
| Reference_Id | integer |
None. |
|
| Lat | decimal number |
None. |
|
| Lon | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"User_Id": "sample string 2",
"Plot_Village": 3,
"Village_Code": 4,
"Grower_Code": 5,
"Reference_Id": 6,
"Lat": 7.0,
"Lon": 8.0
}
application/xml, text/xml
Sample:
<GetPlantationPlot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Fact_Code>1</Fact_Code> <Grower_Code>5</Grower_Code> <Lat>7</Lat> <Lon>8</Lon> <Plot_Village>3</Plot_Village> <Reference_Id>6</Reference_Id> <User_Id>sample string 2</User_Id> <Village_Code>4</Village_Code> </GetPlantationPlot>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />