GET api/Center/GetPIFCollectionSchoolNew/{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 GetPIFCollectionSchoolNew_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| refid | string |
None. |
|
| name | string |
None. |
|
| tds25 | decimal number |
None. |
|
| invoicegen25 | decimal number |
None. |
|
| received25 | decimal number |
None. |
|
| balamount25 | decimal number |
None. |
|
| deduct25 | integer |
None. |
|
| discount25 | decimal number |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
|
| centstdt | date |
None. |
|
| centenddt | date |
None. |
|
| centertype | string |
None. |
|
| schooltype | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| partnername | string |
None. |
|
| partnerid | string |
None. |
|
| supportyear | integer |
None. |
|
| status | integer |
None. |
|
| centstatus | integer |
None. |
|
| pgid | string |
None. |
|
| billgenrated25 | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"refid": "sample string 1",
"name": "sample string 2",
"tds25": 3.0,
"invoicegen25": 1.1,
"received25": 4.0,
"balamount25": 1.0,
"deduct25": 5,
"discount25": 6.0,
"state": "sample string 7",
"district": "sample string 8",
"city": "sample string 9",
"centstdt": "2025-10-30T02:58:30.3951814+05:30",
"centenddt": "2025-10-30T02:58:30.3951814+05:30",
"centertype": "sample string 10",
"schooltype": "sample string 11",
"teamleaderid": "sample string 12",
"tlname": "sample string 13",
"partnername": "sample string 14",
"partnerid": "sample string 15",
"supportyear": 1,
"status": 1,
"centstatus": 1,
"pgid": "sample string 16",
"billgenrated25": 17
},
{
"refid": "sample string 1",
"name": "sample string 2",
"tds25": 3.0,
"invoicegen25": 1.1,
"received25": 4.0,
"balamount25": 1.0,
"deduct25": 5,
"discount25": 6.0,
"state": "sample string 7",
"district": "sample string 8",
"city": "sample string 9",
"centstdt": "2025-10-30T02:58:30.3951814+05:30",
"centenddt": "2025-10-30T02:58:30.3951814+05:30",
"centertype": "sample string 10",
"schooltype": "sample string 11",
"teamleaderid": "sample string 12",
"tlname": "sample string 13",
"partnername": "sample string 14",
"partnerid": "sample string 15",
"supportyear": 1,
"status": 1,
"centstatus": 1,
"pgid": "sample string 16",
"billgenrated25": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPIFCollectionSchoolNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPIFCollectionSchoolNew_Result>
<balamount25>1</balamount25>
<billgenrated25>17</billgenrated25>
<centenddt>2025-10-30T02:58:30.3951814+05:30</centenddt>
<centertype>sample string 10</centertype>
<centstatus>1</centstatus>
<centstdt>2025-10-30T02:58:30.3951814+05:30</centstdt>
<city>sample string 9</city>
<deduct25>5</deduct25>
<discount25>6</discount25>
<district>sample string 8</district>
<invoicegen25>1.1</invoicegen25>
<name>sample string 2</name>
<partnerid>sample string 15</partnerid>
<partnername>sample string 14</partnername>
<pgid>sample string 16</pgid>
<received25>4</received25>
<refid>sample string 1</refid>
<schooltype>sample string 11</schooltype>
<state>sample string 7</state>
<status>1</status>
<supportyear>1</supportyear>
<tds25>3</tds25>
<teamleaderid>sample string 12</teamleaderid>
<tlname>sample string 13</tlname>
</GetPIFCollectionSchoolNew_Result>
<GetPIFCollectionSchoolNew_Result>
<balamount25>1</balamount25>
<billgenrated25>17</billgenrated25>
<centenddt>2025-10-30T02:58:30.3951814+05:30</centenddt>
<centertype>sample string 10</centertype>
<centstatus>1</centstatus>
<centstdt>2025-10-30T02:58:30.3951814+05:30</centstdt>
<city>sample string 9</city>
<deduct25>5</deduct25>
<discount25>6</discount25>
<district>sample string 8</district>
<invoicegen25>1.1</invoicegen25>
<name>sample string 2</name>
<partnerid>sample string 15</partnerid>
<partnername>sample string 14</partnername>
<pgid>sample string 16</pgid>
<received25>4</received25>
<refid>sample string 1</refid>
<schooltype>sample string 11</schooltype>
<state>sample string 7</state>
<status>1</status>
<supportyear>1</supportyear>
<tds25>3</tds25>
<teamleaderid>sample string 12</teamleaderid>
<tlname>sample string 13</tlname>
</GetPIFCollectionSchoolNew_Result>
</ArrayOfGetPIFCollectionSchoolNew_Result>