GET api/Center/PIFRateList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPIFRateList_Result
NameDescriptionTypeAdditional information
crateid

string

None.

reftype

string

None.

state

string

None.

city

string

None.

refid

string

None.

name

string

None.

teamleaderid

string

None.

tlname

string

None.

schooltype

string

None.

invoicetype

string

None.

inthename

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "crateid": "sample string 1",
    "reftype": "sample string 2",
    "state": "sample string 3",
    "city": "sample string 4",
    "refid": "sample string 5",
    "name": "sample string 6",
    "teamleaderid": "sample string 7",
    "tlname": "sample string 8",
    "schooltype": "sample string 9",
    "invoicetype": "sample string 10",
    "inthename": "sample string 11",
    "tRecordCount": 12
  },
  {
    "crateid": "sample string 1",
    "reftype": "sample string 2",
    "state": "sample string 3",
    "city": "sample string 4",
    "refid": "sample string 5",
    "name": "sample string 6",
    "teamleaderid": "sample string 7",
    "tlname": "sample string 8",
    "schooltype": "sample string 9",
    "invoicetype": "sample string 10",
    "inthename": "sample string 11",
    "tRecordCount": 12
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPIFRateList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPIFRateList_Result>
    <city>sample string 4</city>
    <crateid>sample string 1</crateid>
    <inthename>sample string 11</inthename>
    <invoicetype>sample string 10</invoicetype>
    <name>sample string 6</name>
    <refid>sample string 5</refid>
    <reftype>sample string 2</reftype>
    <schooltype>sample string 9</schooltype>
    <state>sample string 3</state>
    <tRecordCount>12</tRecordCount>
    <teamleaderid>sample string 7</teamleaderid>
    <tlname>sample string 8</tlname>
  </GetPIFRateList_Result>
  <GetPIFRateList_Result>
    <city>sample string 4</city>
    <crateid>sample string 1</crateid>
    <inthename>sample string 11</inthename>
    <invoicetype>sample string 10</invoicetype>
    <name>sample string 6</name>
    <refid>sample string 5</refid>
    <reftype>sample string 2</reftype>
    <schooltype>sample string 9</schooltype>
    <state>sample string 3</state>
    <tRecordCount>12</tRecordCount>
    <teamleaderid>sample string 7</teamleaderid>
    <tlname>sample string 8</tlname>
  </GetPIFRateList_Result>
</ArrayOfGetPIFRateList_Result>