GET api/Center/GetRptPlanVsActualCCAttendance/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptPlanVsActualCCAttendance_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

tlname

string

None.

fellow

string

None.

month

string

None.

year

string

None.

acyear

string

None.

batchid

string

None.

batchname

string

None.

attdate

date

None.

acpresent

integer

None.

actotenroll

integer

None.

plpresent

integer

None.

pltotenroll

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "tlname": "sample string 3",
    "fellow": "sample string 4",
    "month": "sample string 5",
    "year": "sample string 6",
    "acyear": "sample string 7",
    "batchid": "sample string 8",
    "batchname": "sample string 9",
    "attdate": "2025-05-10T12:37:53.1011203+05:30",
    "acpresent": 1,
    "actotenroll": 1,
    "plpresent": 1,
    "pltotenroll": 1
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "tlname": "sample string 3",
    "fellow": "sample string 4",
    "month": "sample string 5",
    "year": "sample string 6",
    "acyear": "sample string 7",
    "batchid": "sample string 8",
    "batchname": "sample string 9",
    "attdate": "2025-05-10T12:37:53.1011203+05:30",
    "acpresent": 1,
    "actotenroll": 1,
    "plpresent": 1,
    "pltotenroll": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptPlanVsActualCCAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptPlanVsActualCCAttendance_Result>
    <acpresent>1</acpresent>
    <actotenroll>1</actotenroll>
    <acyear>sample string 7</acyear>
    <attdate>2025-05-10T12:37:53.1011203+05:30</attdate>
    <batchid>sample string 8</batchid>
    <batchname>sample string 9</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <fellow>sample string 4</fellow>
    <month>sample string 5</month>
    <plpresent>1</plpresent>
    <pltotenroll>1</pltotenroll>
    <tlname>sample string 3</tlname>
    <year>sample string 6</year>
  </GetRptPlanVsActualCCAttendance_Result>
  <GetRptPlanVsActualCCAttendance_Result>
    <acpresent>1</acpresent>
    <actotenroll>1</actotenroll>
    <acyear>sample string 7</acyear>
    <attdate>2025-05-10T12:37:53.1011203+05:30</attdate>
    <batchid>sample string 8</batchid>
    <batchname>sample string 9</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <fellow>sample string 4</fellow>
    <month>sample string 5</month>
    <plpresent>1</plpresent>
    <pltotenroll>1</pltotenroll>
    <tlname>sample string 3</tlname>
    <year>sample string 6</year>
  </GetRptPlanVsActualCCAttendance_Result>
</ArrayOfGetRptPlanVsActualCCAttendance_Result>