GET api/Center/GetIDIPlanVsActalStudentAtteCCDetail/{paccid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paccid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetIDIPlanVsActualAttCC
NameDescriptionTypeAdditional 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-05-10T11:58:38.0230603+05:30",
    "totenroll": 11,
    "totpresent": 12,
    "createdby": "sample string 13",
    "createdon": "2025-05-10T11:58:38.0230603+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-05-10T11:58:38.0230603+05:30",
    "totenroll": 11,
    "totpresent": 12,
    "createdby": "sample string 13",
    "createdon": "2025-05-10T11:58:38.0230603+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-05-10T11:58:38.0230603+05:30</createdon>
    <date>2025-05-10T11:58:38.0230603+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-05-10T11:58:38.0230603+05:30</createdon>
    <date>2025-05-10T11:58:38.0230603+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>