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