GET api/Center/GetPIFSchoolGeneratedBillList/{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 GetPIFSchoolGeneratedBillList_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

month

string

None.

year

string

None.

schooltype

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "month": "sample string 3",
    "year": "sample string 4",
    "schooltype": "sample string 5",
    "tRecordCount": 1
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "month": "sample string 3",
    "year": "sample string 4",
    "schooltype": "sample string 5",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPIFSchoolGeneratedBillList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPIFSchoolGeneratedBillList_Result>
    <city>sample string 2</city>
    <month>sample string 3</month>
    <schooltype>sample string 5</schooltype>
    <state>sample string 1</state>
    <tRecordCount>1</tRecordCount>
    <year>sample string 4</year>
  </GetPIFSchoolGeneratedBillList_Result>
  <GetPIFSchoolGeneratedBillList_Result>
    <city>sample string 2</city>
    <month>sample string 3</month>
    <schooltype>sample string 5</schooltype>
    <state>sample string 1</state>
    <tRecordCount>1</tRecordCount>
    <year>sample string 4</year>
  </GetPIFSchoolGeneratedBillList_Result>
</ArrayOfGetPIFSchoolGeneratedBillList_Result>