GET api/Center/GetRptPlanvsActualAttedanceWeekwise/{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 PlanVsActualWeekAttSchedularName | Description | Type | Additional information |
---|---|---|---|
pastid | integer |
None. |
|
pmid | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
month | string |
None. |
|
year | string |
None. |
|
p1 | integer |
None. |
|
a1 | integer |
None. |
|
p2 | integer |
None. |
|
a2 | integer |
None. |
|
p3 | integer |
None. |
|
a3 | integer |
None. |
|
p4 | integer |
None. |
|
a4 | integer |
None. |
|
p5 | integer |
None. |
|
a5 | integer |
None. |
|
pgid | string |
None. |
|
p6 | integer |
None. |
|
a6 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "pastid": 1, "pmid": "sample string 2", "state": "sample string 3", "city": "sample string 4", "centid": "sample string 5", "centname": "sample string 6", "schoolid": "sample string 7", "schoolname": "sample string 8", "teamleaderid": "sample string 9", "tlname": "sample string 10", "partnerid": "sample string 11", "partnername": "sample string 12", "month": "sample string 13", "year": "sample string 14", "p1": 1, "a1": 1, "p2": 1, "a2": 1, "p3": 1, "a3": 1, "p4": 1, "a4": 1, "p5": 1, "a5": 1, "pgid": "sample string 15", "p6": 1, "a6": 1 }, { "pastid": 1, "pmid": "sample string 2", "state": "sample string 3", "city": "sample string 4", "centid": "sample string 5", "centname": "sample string 6", "schoolid": "sample string 7", "schoolname": "sample string 8", "teamleaderid": "sample string 9", "tlname": "sample string 10", "partnerid": "sample string 11", "partnername": "sample string 12", "month": "sample string 13", "year": "sample string 14", "p1": 1, "a1": 1, "p2": 1, "a2": 1, "p3": 1, "a3": 1, "p4": 1, "a4": 1, "p5": 1, "a5": 1, "pgid": "sample string 15", "p6": 1, "a6": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfPlanVsActualWeekAttSchedular xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <PlanVsActualWeekAttSchedular> <a1>1</a1> <a2>1</a2> <a3>1</a3> <a4>1</a4> <a5>1</a5> <a6>1</a6> <centid>sample string 5</centid> <centname>sample string 6</centname> <city>sample string 4</city> <month>sample string 13</month> <p1>1</p1> <p2>1</p2> <p3>1</p3> <p4>1</p4> <p5>1</p5> <p6>1</p6> <partnerid>sample string 11</partnerid> <partnername>sample string 12</partnername> <pastid>1</pastid> <pgid>sample string 15</pgid> <pmid>sample string 2</pmid> <schoolid>sample string 7</schoolid> <schoolname>sample string 8</schoolname> <state>sample string 3</state> <teamleaderid>sample string 9</teamleaderid> <tlname>sample string 10</tlname> <year>sample string 14</year> </PlanVsActualWeekAttSchedular> <PlanVsActualWeekAttSchedular> <a1>1</a1> <a2>1</a2> <a3>1</a3> <a4>1</a4> <a5>1</a5> <a6>1</a6> <centid>sample string 5</centid> <centname>sample string 6</centname> <city>sample string 4</city> <month>sample string 13</month> <p1>1</p1> <p2>1</p2> <p3>1</p3> <p4>1</p4> <p5>1</p5> <p6>1</p6> <partnerid>sample string 11</partnerid> <partnername>sample string 12</partnername> <pastid>1</pastid> <pgid>sample string 15</pgid> <pmid>sample string 2</pmid> <schoolid>sample string 7</schoolid> <schoolname>sample string 8</schoolname> <state>sample string 3</state> <teamleaderid>sample string 9</teamleaderid> <tlname>sample string 10</tlname> <year>sample string 14</year> </PlanVsActualWeekAttSchedular> </ArrayOfPlanVsActualWeekAttSchedular>