GET api/Center/RptIDICenter/{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 GetRptIDICenter_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| ccname | string |
None. |
|
| fellow | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| centermode | string |
None. |
|
| centertype | string |
None. |
|
| centstdt | string |
None. |
|
| centenddt | string |
None. |
|
| totboys | integer |
None. |
|
| totgirls | integer |
None. |
|
| totenrollment | integer |
None. |
|
| totcomp | integer |
None. |
|
| noofcourse | integer |
None. |
|
| noofbatch | integer |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| pcname | string |
None. |
|
| address | string |
None. |
|
| pinno | string |
None. |
|
| status | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"ccname": "sample string 3",
"fellow": "sample string 4",
"centid": "sample string 5",
"centname": "sample string 6",
"centermode": "sample string 7",
"centertype": "sample string 8",
"centstdt": "sample string 9",
"centenddt": "sample string 10",
"totboys": 11,
"totgirls": 12,
"totenrollment": 1,
"totcomp": 1,
"noofcourse": 1,
"noofbatch": 1,
"partnerid": "sample string 13",
"partnername": "sample string 14",
"pcname": "sample string 15",
"address": "sample string 16",
"pinno": "sample string 17",
"status": "sample string 18",
"tRecordCount": 1
},
{
"state": "sample string 1",
"city": "sample string 2",
"ccname": "sample string 3",
"fellow": "sample string 4",
"centid": "sample string 5",
"centname": "sample string 6",
"centermode": "sample string 7",
"centertype": "sample string 8",
"centstdt": "sample string 9",
"centenddt": "sample string 10",
"totboys": 11,
"totgirls": 12,
"totenrollment": 1,
"totcomp": 1,
"noofcourse": 1,
"noofbatch": 1,
"partnerid": "sample string 13",
"partnername": "sample string 14",
"pcname": "sample string 15",
"address": "sample string 16",
"pinno": "sample string 17",
"status": "sample string 18",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptIDICenter_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptIDICenter_Result>
<address>sample string 16</address>
<ccname>sample string 3</ccname>
<centenddt>sample string 10</centenddt>
<centermode>sample string 7</centermode>
<centertype>sample string 8</centertype>
<centid>sample string 5</centid>
<centname>sample string 6</centname>
<centstdt>sample string 9</centstdt>
<city>sample string 2</city>
<fellow>sample string 4</fellow>
<noofbatch>1</noofbatch>
<noofcourse>1</noofcourse>
<partnerid>sample string 13</partnerid>
<partnername>sample string 14</partnername>
<pcname>sample string 15</pcname>
<pinno>sample string 17</pinno>
<state>sample string 1</state>
<status>sample string 18</status>
<tRecordCount>1</tRecordCount>
<totboys>11</totboys>
<totcomp>1</totcomp>
<totenrollment>1</totenrollment>
<totgirls>12</totgirls>
</GetRptIDICenter_Result>
<GetRptIDICenter_Result>
<address>sample string 16</address>
<ccname>sample string 3</ccname>
<centenddt>sample string 10</centenddt>
<centermode>sample string 7</centermode>
<centertype>sample string 8</centertype>
<centid>sample string 5</centid>
<centname>sample string 6</centname>
<centstdt>sample string 9</centstdt>
<city>sample string 2</city>
<fellow>sample string 4</fellow>
<noofbatch>1</noofbatch>
<noofcourse>1</noofcourse>
<partnerid>sample string 13</partnerid>
<partnername>sample string 14</partnername>
<pcname>sample string 15</pcname>
<pinno>sample string 17</pinno>
<state>sample string 1</state>
<status>sample string 18</status>
<tRecordCount>1</tRecordCount>
<totboys>11</totboys>
<totcomp>1</totcomp>
<totenrollment>1</totenrollment>
<totgirls>12</totgirls>
</GetRptIDICenter_Result>
</ArrayOfGetRptIDICenter_Result>