GET api/Center/CenterListMyschool/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetMySchoolCenterList_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

state

string

None.

district

string

None.

city

string

None.

address

string

None.

pgid

string

None.

partnername

string

None.

centertype

string

None.

partnerid

string

None.

teamleadername

string

None.

pcid

string

None.

pcname

string

None.

iditeamleaderid

string

None.

iditeamleader

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "state": "sample string 3",
    "district": "sample string 4",
    "city": "sample string 5",
    "address": "sample string 6",
    "pgid": "sample string 7",
    "partnername": "sample string 8",
    "centertype": "sample string 9",
    "partnerid": "sample string 10",
    "teamleadername": "sample string 11",
    "pcid": "sample string 12",
    "pcname": "sample string 13",
    "iditeamleaderid": "sample string 14",
    "iditeamleader": "sample string 15",
    "tRecordCount": 1
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "state": "sample string 3",
    "district": "sample string 4",
    "city": "sample string 5",
    "address": "sample string 6",
    "pgid": "sample string 7",
    "partnername": "sample string 8",
    "centertype": "sample string 9",
    "partnerid": "sample string 10",
    "teamleadername": "sample string 11",
    "pcid": "sample string 12",
    "pcname": "sample string 13",
    "iditeamleaderid": "sample string 14",
    "iditeamleader": "sample string 15",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMySchoolCenterList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetMySchoolCenterList_Result>
    <address>sample string 6</address>
    <centertype>sample string 9</centertype>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <city>sample string 5</city>
    <district>sample string 4</district>
    <iditeamleader>sample string 15</iditeamleader>
    <iditeamleaderid>sample string 14</iditeamleaderid>
    <partnerid>sample string 10</partnerid>
    <partnername>sample string 8</partnername>
    <pcid>sample string 12</pcid>
    <pcname>sample string 13</pcname>
    <pgid>sample string 7</pgid>
    <state>sample string 3</state>
    <tRecordCount>1</tRecordCount>
    <teamleadername>sample string 11</teamleadername>
  </GetMySchoolCenterList_Result>
  <GetMySchoolCenterList_Result>
    <address>sample string 6</address>
    <centertype>sample string 9</centertype>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <city>sample string 5</city>
    <district>sample string 4</district>
    <iditeamleader>sample string 15</iditeamleader>
    <iditeamleaderid>sample string 14</iditeamleaderid>
    <partnerid>sample string 10</partnerid>
    <partnername>sample string 8</partnername>
    <pcid>sample string 12</pcid>
    <pcname>sample string 13</pcname>
    <pgid>sample string 7</pgid>
    <state>sample string 3</state>
    <tRecordCount>1</tRecordCount>
    <teamleadername>sample string 11</teamleadername>
  </GetMySchoolCenterList_Result>
</ArrayOfGetMySchoolCenterList_Result>