GET api/Center/GetIDIPlanVsActualAttendCCList/{userid}/{role}/{pgid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetIDIPlanVsActualAttCC| Name | Description | Type | Additional information |
|---|---|---|---|
| paccid | integer |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| batchname | string |
None. |
|
| batchid | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| acyear | string |
None. |
|
| date | date |
None. |
|
| totenroll | integer |
None. |
|
| totpresent | integer |
None. |
|
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| result | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"paccid": 1,
"state": "sample string 2",
"city": "sample string 3",
"centid": "sample string 4",
"centname": "sample string 5",
"batchname": "sample string 6",
"batchid": "sample string 7",
"teamleaderid": "sample string 8",
"tlname": "sample string 9",
"acyear": "sample string 10",
"date": "2025-10-30T03:00:23.1992118+05:30",
"totenroll": 11,
"totpresent": 12,
"createdby": "sample string 13",
"createdon": "2025-10-30T03:00:23.1992118+05:30",
"result": "sample string 14",
"tRecordCount": 1
},
{
"paccid": 1,
"state": "sample string 2",
"city": "sample string 3",
"centid": "sample string 4",
"centname": "sample string 5",
"batchname": "sample string 6",
"batchid": "sample string 7",
"teamleaderid": "sample string 8",
"tlname": "sample string 9",
"acyear": "sample string 10",
"date": "2025-10-30T03:00:23.1992118+05:30",
"totenroll": 11,
"totpresent": 12,
"createdby": "sample string 13",
"createdon": "2025-10-30T03:00:23.1992118+05:30",
"result": "sample string 14",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetIDIPlanVsActualAttCC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetIDIPlanVsActualAttCC>
<acyear>sample string 10</acyear>
<batchid>sample string 7</batchid>
<batchname>sample string 6</batchname>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<createdby>sample string 13</createdby>
<createdon>2025-10-30T03:00:23.1992118+05:30</createdon>
<date>2025-10-30T03:00:23.1992118+05:30</date>
<paccid>1</paccid>
<result>sample string 14</result>
<state>sample string 2</state>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 8</teamleaderid>
<tlname>sample string 9</tlname>
<totenroll>11</totenroll>
<totpresent>12</totpresent>
</GetIDIPlanVsActualAttCC>
<GetIDIPlanVsActualAttCC>
<acyear>sample string 10</acyear>
<batchid>sample string 7</batchid>
<batchname>sample string 6</batchname>
<centid>sample string 4</centid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<createdby>sample string 13</createdby>
<createdon>2025-10-30T03:00:23.1992118+05:30</createdon>
<date>2025-10-30T03:00:23.1992118+05:30</date>
<paccid>1</paccid>
<result>sample string 14</result>
<state>sample string 2</state>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 8</teamleaderid>
<tlname>sample string 9</tlname>
<totenroll>11</totenroll>
<totpresent>12</totpresent>
</GetIDIPlanVsActualAttCC>
</ArrayOfGetIDIPlanVsActualAttCC>