GET api/Center/GetRptPlanVSActualTeamLeaderStudAttendance/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptPlanVSActualTeamLeaderStudAttendance_ResultName | Description | Type | Additional information |
---|---|---|---|
city | string |
None. |
|
teamleaderid | string |
None. |
|
TeamLeader | string |
None. |
|
pln1 | integer |
None. |
|
pln2 | integer |
None. |
|
pln3 | integer |
None. |
|
pln4 | integer |
None. |
|
pln5 | integer |
None. |
|
pln6 | integer |
None. |
|
pln7 | integer |
None. |
|
pln8 | integer |
None. |
|
pln9 | integer |
None. |
|
pln10 | integer |
None. |
|
pln11 | integer |
None. |
|
pln12 | integer |
None. |
|
act1 | integer |
None. |
|
act2 | integer |
None. |
|
act3 | integer |
None. |
|
act4 | integer |
None. |
|
act5 | integer |
None. |
|
act6 | integer |
None. |
|
act7 | integer |
None. |
|
act8 | integer |
None. |
|
act9 | integer |
None. |
|
act10 | integer |
None. |
|
act11 | integer |
None. |
|
act12 | integer |
None. |
|
AttendancePercentage | integer |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "city": "sample string 1", "teamleaderid": "sample string 2", "TeamLeader": "sample string 3", "pln1": 1, "pln2": 1, "pln3": 1, "pln4": 1, "pln5": 1, "pln6": 1, "pln7": 1, "pln8": 1, "pln9": 1, "pln10": 1, "pln11": 1, "pln12": 1, "act1": 1, "act2": 1, "act3": 1, "act4": 1, "act5": 1, "act6": 1, "act7": 1, "act8": 1, "act9": 1, "act10": 1, "act11": 1, "act12": 1, "AttendancePercentage": 1, "tRecordCount": 4 }, { "city": "sample string 1", "teamleaderid": "sample string 2", "TeamLeader": "sample string 3", "pln1": 1, "pln2": 1, "pln3": 1, "pln4": 1, "pln5": 1, "pln6": 1, "pln7": 1, "pln8": 1, "pln9": 1, "pln10": 1, "pln11": 1, "pln12": 1, "act1": 1, "act2": 1, "act3": 1, "act4": 1, "act5": 1, "act6": 1, "act7": 1, "act8": 1, "act9": 1, "act10": 1, "act11": 1, "act12": 1, "AttendancePercentage": 1, "tRecordCount": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptPlanVSActualTeamLeaderStudAttendance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptPlanVSActualTeamLeaderStudAttendance_Result> <AttendancePercentage>1</AttendancePercentage> <TeamLeader>sample string 3</TeamLeader> <act1>1</act1> <act10>1</act10> <act11>1</act11> <act12>1</act12> <act2>1</act2> <act3>1</act3> <act4>1</act4> <act5>1</act5> <act6>1</act6> <act7>1</act7> <act8>1</act8> <act9>1</act9> <city>sample string 1</city> <pln1>1</pln1> <pln10>1</pln10> <pln11>1</pln11> <pln12>1</pln12> <pln2>1</pln2> <pln3>1</pln3> <pln4>1</pln4> <pln5>1</pln5> <pln6>1</pln6> <pln7>1</pln7> <pln8>1</pln8> <pln9>1</pln9> <tRecordCount>4</tRecordCount> <teamleaderid>sample string 2</teamleaderid> </GetRptPlanVSActualTeamLeaderStudAttendance_Result> <GetRptPlanVSActualTeamLeaderStudAttendance_Result> <AttendancePercentage>1</AttendancePercentage> <TeamLeader>sample string 3</TeamLeader> <act1>1</act1> <act10>1</act10> <act11>1</act11> <act12>1</act12> <act2>1</act2> <act3>1</act3> <act4>1</act4> <act5>1</act5> <act6>1</act6> <act7>1</act7> <act8>1</act8> <act9>1</act9> <city>sample string 1</city> <pln1>1</pln1> <pln10>1</pln10> <pln11>1</pln11> <pln12>1</pln12> <pln2>1</pln2> <pln3>1</pln3> <pln4>1</pln4> <pln5>1</pln5> <pln6>1</pln6> <pln7>1</pln7> <pln8>1</pln8> <pln9>1</pln9> <tRecordCount>4</tRecordCount> <teamleaderid>sample string 2</teamleaderid> </GetRptPlanVSActualTeamLeaderStudAttendance_Result> </ArrayOfGetRptPlanVSActualTeamLeaderStudAttendance_Result>