POST api/CaneCDSReport/PlantingDetailWiseSummaryReport
Request Information
URI Parameters
None.
Body Parameters
CaneCDSReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Fact_Code | integer |
None. |
|
| UserLogin | string |
None. |
|
| Season_Year | integer |
None. |
|
| Season_Type | integer |
None. |
|
| Date_From | date |
None. |
|
| Date_Till | date |
None. |
|
| Village_From | integer |
None. |
|
| Village_Till | integer |
None. |
|
| Report_Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fact_Code": 1,
"UserLogin": "sample string 2",
"Season_Year": 3,
"Season_Type": 4,
"Date_From": "2026-01-16T18:22:03.3966929+05:30",
"Date_Till": "2026-01-16T18:22:03.3966929+05:30",
"Village_From": 7,
"Village_Till": 8,
"Report_Type": 9
}
application/xml, text/xml
Sample:
<CaneCDSReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CDS_WebAPI.Models"> <Date_From>2026-01-16T18:22:03.3966929+05:30</Date_From> <Date_Till>2026-01-16T18:22:03.3966929+05:30</Date_Till> <Fact_Code>1</Fact_Code> <Report_Type>9</Report_Type> <Season_Type>4</Season_Type> <Season_Year>3</Season_Year> <UserLogin>sample string 2</UserLogin> <Village_From>7</Village_From> <Village_Till>8</Village_Till> </CaneCDSReport>
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/" />