GET api/Center/GetPartnerplanvsactualSummary?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerplanvsactualSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| pltotstudent | string |
None. |
|
| totstudent | integer |
None. |
|
| pltotcenter | string |
None. |
|
| totcenter | integer |
None. |
|
| pltotschool | string |
None. |
|
| totschool | integer |
None. |
|
| pltotemployee | string |
None. |
|
| totemployee | integer |
None. |
|
| pltotcomputer | string |
None. |
|
| totcomputers | integer |
None. |
|
| academicyear | string |
None. |
|
| objectives | string |
None. |
|
| partnerinfo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"partnerid": "sample string 1",
"partnername": "sample string 2",
"pltotstudent": "sample string 3",
"totstudent": 4,
"pltotcenter": "sample string 5",
"totcenter": 6,
"pltotschool": "sample string 7",
"totschool": 8,
"pltotemployee": "sample string 9",
"totemployee": 10,
"pltotcomputer": "sample string 11",
"totcomputers": 12,
"academicyear": "sample string 13",
"objectives": "sample string 14",
"partnerinfo": "sample string 15"
},
{
"partnerid": "sample string 1",
"partnername": "sample string 2",
"pltotstudent": "sample string 3",
"totstudent": 4,
"pltotcenter": "sample string 5",
"totcenter": 6,
"pltotschool": "sample string 7",
"totschool": 8,
"pltotemployee": "sample string 9",
"totemployee": 10,
"pltotcomputer": "sample string 11",
"totcomputers": 12,
"academicyear": "sample string 13",
"objectives": "sample string 14",
"partnerinfo": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerplanvsactualSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerplanvsactualSummary_Result>
<academicyear>sample string 13</academicyear>
<objectives>sample string 14</objectives>
<partnerid>sample string 1</partnerid>
<partnerinfo>sample string 15</partnerinfo>
<partnername>sample string 2</partnername>
<pltotcenter>sample string 5</pltotcenter>
<pltotcomputer>sample string 11</pltotcomputer>
<pltotemployee>sample string 9</pltotemployee>
<pltotschool>sample string 7</pltotschool>
<pltotstudent>sample string 3</pltotstudent>
<totcenter>6</totcenter>
<totcomputers>12</totcomputers>
<totemployee>10</totemployee>
<totschool>8</totschool>
<totstudent>4</totstudent>
</GetPartnerplanvsactualSummary_Result>
<GetPartnerplanvsactualSummary_Result>
<academicyear>sample string 13</academicyear>
<objectives>sample string 14</objectives>
<partnerid>sample string 1</partnerid>
<partnerinfo>sample string 15</partnerinfo>
<partnername>sample string 2</partnername>
<pltotcenter>sample string 5</pltotcenter>
<pltotcomputer>sample string 11</pltotcomputer>
<pltotemployee>sample string 9</pltotemployee>
<pltotschool>sample string 7</pltotschool>
<pltotstudent>sample string 3</pltotstudent>
<totcenter>6</totcenter>
<totcomputers>12</totcomputers>
<totemployee>10</totemployee>
<totschool>8</totschool>
<totstudent>4</totstudent>
</GetPartnerplanvsactualSummary_Result>
</ArrayOfGetPartnerplanvsactualSummary_Result>