GET api/Partner/GetPartnerComputer/{pgid}/{partnerid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
Required |
|
| partnerid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerComputer_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| tlname | string |
None. |
|
| htlname | string |
None. |
|
| hengg | string |
None. |
|
| centname | string |
None. |
|
| totboys | integer |
None. |
|
| noofschool | integer |
None. |
|
| totgirls | integer |
None. |
|
| totstud | integer |
None. |
|
| noofsancharaks | integer |
None. |
|
| noofcomputers | integer |
None. |
|
| partnername | string |
None. |
|
| supportyear | string |
None. |
|
| internetavailable | string |
None. |
|
| centstdt | date |
None. |
|
| centenddt | date |
None. |
|
| address | string |
None. |
|
| pinno | string |
None. |
|
| centbillapplicable | string |
None. |
|
| principalname | string |
None. |
|
| principalcontact | string |
None. |
|
| principalemail | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"tlname": "sample string 4",
"htlname": "sample string 5",
"hengg": "sample string 6",
"centname": "sample string 7",
"totboys": 1,
"noofschool": 1,
"totgirls": 1,
"totstud": 1,
"noofsancharaks": 1,
"noofcomputers": 1,
"partnername": "sample string 8",
"supportyear": "sample string 9",
"internetavailable": "sample string 10",
"centstdt": "2025-10-30T02:57:29.4733703+05:30",
"centenddt": "2025-10-30T02:57:29.4733703+05:30",
"address": "sample string 11",
"pinno": "sample string 12",
"centbillapplicable": "sample string 13",
"principalname": "sample string 14",
"principalcontact": "sample string 15",
"principalemail": "sample string 16"
},
{
"centid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"tlname": "sample string 4",
"htlname": "sample string 5",
"hengg": "sample string 6",
"centname": "sample string 7",
"totboys": 1,
"noofschool": 1,
"totgirls": 1,
"totstud": 1,
"noofsancharaks": 1,
"noofcomputers": 1,
"partnername": "sample string 8",
"supportyear": "sample string 9",
"internetavailable": "sample string 10",
"centstdt": "2025-10-30T02:57:29.4733703+05:30",
"centenddt": "2025-10-30T02:57:29.4733703+05:30",
"address": "sample string 11",
"pinno": "sample string 12",
"centbillapplicable": "sample string 13",
"principalname": "sample string 14",
"principalcontact": "sample string 15",
"principalemail": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerComputer_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerComputer_Result>
<address>sample string 11</address>
<centbillapplicable>sample string 13</centbillapplicable>
<centenddt>2025-10-30T02:57:29.4733703+05:30</centenddt>
<centid>sample string 1</centid>
<centname>sample string 7</centname>
<centstdt>2025-10-30T02:57:29.4733703+05:30</centstdt>
<city>sample string 3</city>
<hengg>sample string 6</hengg>
<htlname>sample string 5</htlname>
<internetavailable>sample string 10</internetavailable>
<noofcomputers>1</noofcomputers>
<noofsancharaks>1</noofsancharaks>
<noofschool>1</noofschool>
<partnername>sample string 8</partnername>
<pinno>sample string 12</pinno>
<principalcontact>sample string 15</principalcontact>
<principalemail>sample string 16</principalemail>
<principalname>sample string 14</principalname>
<state>sample string 2</state>
<supportyear>sample string 9</supportyear>
<tlname>sample string 4</tlname>
<totboys>1</totboys>
<totgirls>1</totgirls>
<totstud>1</totstud>
</GetPartnerComputer_Result>
<GetPartnerComputer_Result>
<address>sample string 11</address>
<centbillapplicable>sample string 13</centbillapplicable>
<centenddt>2025-10-30T02:57:29.4733703+05:30</centenddt>
<centid>sample string 1</centid>
<centname>sample string 7</centname>
<centstdt>2025-10-30T02:57:29.4733703+05:30</centstdt>
<city>sample string 3</city>
<hengg>sample string 6</hengg>
<htlname>sample string 5</htlname>
<internetavailable>sample string 10</internetavailable>
<noofcomputers>1</noofcomputers>
<noofsancharaks>1</noofsancharaks>
<noofschool>1</noofschool>
<partnername>sample string 8</partnername>
<pinno>sample string 12</pinno>
<principalcontact>sample string 15</principalcontact>
<principalemail>sample string 16</principalemail>
<principalname>sample string 14</principalname>
<state>sample string 2</state>
<supportyear>sample string 9</supportyear>
<tlname>sample string 4</tlname>
<totboys>1</totboys>
<totgirls>1</totgirls>
<totstud>1</totstud>
</GetPartnerComputer_Result>
</ArrayOfGetPartnerComputer_Result>