GET api/Center/GetPIFCollectionCenter/{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 GetPIFCollectionCenter_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| refid | string |
None. |
|
| name | string |
None. |
|
| invoicegen22 | decimal number |
None. |
|
| invoicegen23 | decimal number |
None. |
|
| received22 | decimal number |
None. |
|
| received23 | decimal number |
None. |
|
| balamount22 | decimal number |
None. |
|
| balamount23 | decimal number |
None. |
|
| discount22 | decimal number |
None. |
|
| discount23 | decimal number |
None. |
|
| deduct22 | integer |
None. |
|
| deduct23 | integer |
None. |
|
| baddebts22 | decimal number |
None. |
|
| baddebts23 | decimal number |
None. |
|
| bdremark22 | string |
None. |
|
| bdremark23 | string |
None. |
|
| billgenrated22 | integer |
None. |
|
| billgenrated23 | integer |
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. |
|
| amount22 | string |
None. |
|
| amount23 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"refid": "sample string 1",
"name": "sample string 2",
"invoicegen22": 3.0,
"invoicegen23": 4.0,
"received22": 5.0,
"received23": 6.0,
"balamount22": 7.0,
"balamount23": 8.0,
"discount22": 9.0,
"discount23": 10.0,
"deduct22": 11,
"deduct23": 12,
"baddebts22": 13.1,
"baddebts23": 14.1,
"bdremark22": "sample string 15",
"bdremark23": "sample string 16",
"billgenrated22": 17,
"billgenrated23": 18,
"state": "sample string 19",
"district": "sample string 20",
"city": "sample string 21",
"centstdt": "2026-01-14T19:21:34.3973906+05:30",
"centenddt": "2026-01-14T19:21:34.3973906+05:30",
"centertype": "sample string 22",
"schooltype": "sample string 23",
"teamleaderid": "sample string 24",
"tlname": "sample string 25",
"partnername": "sample string 26",
"partnerid": "sample string 27",
"supportyear": 1,
"status": 1,
"centstatus": 1,
"pgid": "sample string 28",
"amount22": "sample string 29",
"amount23": "sample string 30"
},
{
"refid": "sample string 1",
"name": "sample string 2",
"invoicegen22": 3.0,
"invoicegen23": 4.0,
"received22": 5.0,
"received23": 6.0,
"balamount22": 7.0,
"balamount23": 8.0,
"discount22": 9.0,
"discount23": 10.0,
"deduct22": 11,
"deduct23": 12,
"baddebts22": 13.1,
"baddebts23": 14.1,
"bdremark22": "sample string 15",
"bdremark23": "sample string 16",
"billgenrated22": 17,
"billgenrated23": 18,
"state": "sample string 19",
"district": "sample string 20",
"city": "sample string 21",
"centstdt": "2026-01-14T19:21:34.3973906+05:30",
"centenddt": "2026-01-14T19:21:34.3973906+05:30",
"centertype": "sample string 22",
"schooltype": "sample string 23",
"teamleaderid": "sample string 24",
"tlname": "sample string 25",
"partnername": "sample string 26",
"partnerid": "sample string 27",
"supportyear": 1,
"status": 1,
"centstatus": 1,
"pgid": "sample string 28",
"amount22": "sample string 29",
"amount23": "sample string 30"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPIFCollectionCenter_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPIFCollectionCenter_Result>
<amount22>sample string 29</amount22>
<amount23>sample string 30</amount23>
<baddebts22>13.1</baddebts22>
<baddebts23>14.1</baddebts23>
<balamount22>7</balamount22>
<balamount23>8</balamount23>
<bdremark22>sample string 15</bdremark22>
<bdremark23>sample string 16</bdremark23>
<billgenrated22>17</billgenrated22>
<billgenrated23>18</billgenrated23>
<centenddt>2026-01-14T19:21:34.3973906+05:30</centenddt>
<centertype>sample string 22</centertype>
<centstatus>1</centstatus>
<centstdt>2026-01-14T19:21:34.3973906+05:30</centstdt>
<city>sample string 21</city>
<deduct22>11</deduct22>
<deduct23>12</deduct23>
<discount22>9</discount22>
<discount23>10</discount23>
<district>sample string 20</district>
<invoicegen22>3</invoicegen22>
<invoicegen23>4</invoicegen23>
<name>sample string 2</name>
<partnerid>sample string 27</partnerid>
<partnername>sample string 26</partnername>
<pgid>sample string 28</pgid>
<received22>5</received22>
<received23>6</received23>
<refid>sample string 1</refid>
<schooltype>sample string 23</schooltype>
<state>sample string 19</state>
<status>1</status>
<supportyear>1</supportyear>
<teamleaderid>sample string 24</teamleaderid>
<tlname>sample string 25</tlname>
</GetPIFCollectionCenter_Result>
<GetPIFCollectionCenter_Result>
<amount22>sample string 29</amount22>
<amount23>sample string 30</amount23>
<baddebts22>13.1</baddebts22>
<baddebts23>14.1</baddebts23>
<balamount22>7</balamount22>
<balamount23>8</balamount23>
<bdremark22>sample string 15</bdremark22>
<bdremark23>sample string 16</bdremark23>
<billgenrated22>17</billgenrated22>
<billgenrated23>18</billgenrated23>
<centenddt>2026-01-14T19:21:34.3973906+05:30</centenddt>
<centertype>sample string 22</centertype>
<centstatus>1</centstatus>
<centstdt>2026-01-14T19:21:34.3973906+05:30</centstdt>
<city>sample string 21</city>
<deduct22>11</deduct22>
<deduct23>12</deduct23>
<discount22>9</discount22>
<discount23>10</discount23>
<district>sample string 20</district>
<invoicegen22>3</invoicegen22>
<invoicegen23>4</invoicegen23>
<name>sample string 2</name>
<partnerid>sample string 27</partnerid>
<partnername>sample string 26</partnername>
<pgid>sample string 28</pgid>
<received22>5</received22>
<received23>6</received23>
<refid>sample string 1</refid>
<schooltype>sample string 23</schooltype>
<state>sample string 19</state>
<status>1</status>
<supportyear>1</supportyear>
<teamleaderid>sample string 24</teamleaderid>
<tlname>sample string 25</tlname>
</GetPIFCollectionCenter_Result>
</ArrayOfGetPIFCollectionCenter_Result>