GET api/Partner/GetPartnerIDIBatchlistNew?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPartnerIDIBatchlist_Result
NameDescriptionTypeAdditional information
pgid

string

None.

partnerid

string

None.

acyear

string

None.

state

string

None.

city

string

None.

fellow

string

None.

centid

string

None.

centname

string

None.

batchname

string

None.

coursename

string

None.

totboys

integer

None.

totgirls

integer

None.

totstud

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "acyear": "sample string 3",
    "state": "sample string 4",
    "city": "sample string 5",
    "fellow": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "batchname": "sample string 9",
    "coursename": "sample string 10",
    "totboys": 1,
    "totgirls": 1,
    "totstud": 11
  },
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "acyear": "sample string 3",
    "state": "sample string 4",
    "city": "sample string 5",
    "fellow": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "batchname": "sample string 9",
    "coursename": "sample string 10",
    "totboys": 1,
    "totgirls": 1,
    "totstud": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerIDIBatchlist_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerIDIBatchlist_Result>
    <acyear>sample string 3</acyear>
    <batchname>sample string 9</batchname>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 5</city>
    <coursename>sample string 10</coursename>
    <fellow>sample string 6</fellow>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <state>sample string 4</state>
    <totboys>1</totboys>
    <totgirls>1</totgirls>
    <totstud>11</totstud>
  </GetPartnerIDIBatchlist_Result>
  <GetPartnerIDIBatchlist_Result>
    <acyear>sample string 3</acyear>
    <batchname>sample string 9</batchname>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 5</city>
    <coursename>sample string 10</coursename>
    <fellow>sample string 6</fellow>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <state>sample string 4</state>
    <totboys>1</totboys>
    <totgirls>1</totgirls>
    <totstud>11</totstud>
  </GetPartnerIDIBatchlist_Result>
</ArrayOfGetPartnerIDIBatchlist_Result>