GET api/Partner/OLDPartnerIDIBatchList/{partnerid}/{acyear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerid | string |
Required |
|
| acyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OLDPartnerIDIBatchList| Name | Description | Type | Additional information |
|---|---|---|---|
| bsid | integer |
None. |
|
| pgid | string |
None. |
|
| partnerid | string |
None. |
|
| acyear | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| fellow | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| coursename | string |
None. |
|
| batchname | string |
None. |
|
| totboys | integer |
None. |
|
| totgirls | integer |
None. |
|
| totstud | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"bsid": 1,
"pgid": "sample string 2",
"partnerid": "sample string 3",
"acyear": "sample string 4",
"state": "sample string 5",
"city": "sample string 6",
"fellow": "sample string 7",
"centid": "sample string 8",
"centname": "sample string 9",
"coursename": "sample string 10",
"batchname": "sample string 11",
"totboys": 1,
"totgirls": 1,
"totstud": 1
},
{
"bsid": 1,
"pgid": "sample string 2",
"partnerid": "sample string 3",
"acyear": "sample string 4",
"state": "sample string 5",
"city": "sample string 6",
"fellow": "sample string 7",
"centid": "sample string 8",
"centname": "sample string 9",
"coursename": "sample string 10",
"batchname": "sample string 11",
"totboys": 1,
"totgirls": 1,
"totstud": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfOLDPartnerIDIBatchList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<OLDPartnerIDIBatchList>
<acyear>sample string 4</acyear>
<batchname>sample string 11</batchname>
<bsid>1</bsid>
<centid>sample string 8</centid>
<centname>sample string 9</centname>
<city>sample string 6</city>
<coursename>sample string 10</coursename>
<fellow>sample string 7</fellow>
<partnerid>sample string 3</partnerid>
<pgid>sample string 2</pgid>
<state>sample string 5</state>
<totboys>1</totboys>
<totgirls>1</totgirls>
<totstud>1</totstud>
</OLDPartnerIDIBatchList>
<OLDPartnerIDIBatchList>
<acyear>sample string 4</acyear>
<batchname>sample string 11</batchname>
<bsid>1</bsid>
<centid>sample string 8</centid>
<centname>sample string 9</centname>
<city>sample string 6</city>
<coursename>sample string 10</coursename>
<fellow>sample string 7</fellow>
<partnerid>sample string 3</partnerid>
<pgid>sample string 2</pgid>
<state>sample string 5</state>
<totboys>1</totboys>
<totgirls>1</totgirls>
<totstud>1</totstud>
</OLDPartnerIDIBatchList>
</ArrayOfOLDPartnerIDIBatchList>