GET api/Center/GetRptPlanVSActualTeamLeaderStudAttendanceATAL/{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 GetRptPlanVSActualTeamLeaderStudAttendanceATAL_ResultName | Description | Type | Additional information |
---|---|---|---|
city | string |
None. |
|
teamleaderid | string |
None. |
|
TeamLeader | string |
None. |
|
pln6 | integer |
None. |
|
pln7 | integer |
None. |
|
pln8 | integer |
None. |
|
pln9 | integer |
None. |
|
pln10 | integer |
None. |
|
pln11 | integer |
None. |
|
pln12 | 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", "pln6": 1, "pln7": 1, "pln8": 1, "pln9": 1, "pln10": 1, "pln11": 1, "pln12": 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", "pln6": 1, "pln7": 1, "pln8": 1, "pln9": 1, "pln10": 1, "pln11": 1, "pln12": 1, "act6": 1, "act7": 1, "act8": 1, "act9": 1, "act10": 1, "act11": 1, "act12": 1, "AttendancePercentage": 1, "tRecordCount": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptPlanVSActualTeamLeaderStudAttendanceATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptPlanVSActualTeamLeaderStudAttendanceATAL_Result> <AttendancePercentage>1</AttendancePercentage> <TeamLeader>sample string 3</TeamLeader> <act10>1</act10> <act11>1</act11> <act12>1</act12> <act6>1</act6> <act7>1</act7> <act8>1</act8> <act9>1</act9> <city>sample string 1</city> <pln10>1</pln10> <pln11>1</pln11> <pln12>1</pln12> <pln6>1</pln6> <pln7>1</pln7> <pln8>1</pln8> <pln9>1</pln9> <tRecordCount>4</tRecordCount> <teamleaderid>sample string 2</teamleaderid> </GetRptPlanVSActualTeamLeaderStudAttendanceATAL_Result> <GetRptPlanVSActualTeamLeaderStudAttendanceATAL_Result> <AttendancePercentage>1</AttendancePercentage> <TeamLeader>sample string 3</TeamLeader> <act10>1</act10> <act11>1</act11> <act12>1</act12> <act6>1</act6> <act7>1</act7> <act8>1</act8> <act9>1</act9> <city>sample string 1</city> <pln10>1</pln10> <pln11>1</pln11> <pln12>1</pln12> <pln6>1</pln6> <pln7>1</pln7> <pln8>1</pln8> <pln9>1</pln9> <tRecordCount>4</tRecordCount> <teamleaderid>sample string 2</teamleaderid> </GetRptPlanVSActualTeamLeaderStudAttendanceATAL_Result> </ArrayOfGetRptPlanVSActualTeamLeaderStudAttendanceATAL_Result>