GET api/Partner/PartnerCenterIDIList/{pgid}/{partnerid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pgid

string

Required

partnerid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPartnerCenterIDIlist_Result
NameDescriptionTypeAdditional information
pgid

string

None.

partnerid

string

None.

centid

string

None.

centname

string

None.

address

string

None.

principalname

string

None.

principalcontact

string

None.

pinno

string

None.

state

string

None.

city

string

None.

academicyear

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "address": "sample string 5",
    "principalname": "sample string 6",
    "principalcontact": "sample string 7",
    "pinno": "sample string 8",
    "state": "sample string 9",
    "city": "sample string 10",
    "academicyear": "sample string 11"
  },
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "address": "sample string 5",
    "principalname": "sample string 6",
    "principalcontact": "sample string 7",
    "pinno": "sample string 8",
    "state": "sample string 9",
    "city": "sample string 10",
    "academicyear": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerCenterIDIlist_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerCenterIDIlist_Result>
    <academicyear>sample string 11</academicyear>
    <address>sample string 5</address>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <city>sample string 10</city>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <pinno>sample string 8</pinno>
    <principalcontact>sample string 7</principalcontact>
    <principalname>sample string 6</principalname>
    <state>sample string 9</state>
  </GetPartnerCenterIDIlist_Result>
  <GetPartnerCenterIDIlist_Result>
    <academicyear>sample string 11</academicyear>
    <address>sample string 5</address>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <city>sample string 10</city>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <pinno>sample string 8</pinno>
    <principalcontact>sample string 7</principalcontact>
    <principalname>sample string 6</principalname>
    <state>sample string 9</state>
  </GetPartnerCenterIDIlist_Result>
</ArrayOfGetPartnerCenterIDIlist_Result>