POST api/GetIEBSenTopList

Request Information

URI Parameters

None.

Body Parameters

SenTopListModel
NameDescriptionTypeAdditional information
BOARD

string

None.

ZONE

string

None.

ZONE_ID

string

None.

SCHOOL_ID

integer

None.

START_DT

string

None.

END_DT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BOARD": "sample string 1",
  "ZONE": "sample string 2",
  "ZONE_ID": "sample string 3",
  "SCHOOL_ID": 4,
  "START_DT": "sample string 5",
  "END_DT": "sample string 6"
}

application/xml, text/xml

Sample:
<SenTopListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.dashboard">
  <BOARD>sample string 1</BOARD>
  <END_DT>sample string 6</END_DT>
  <SCHOOL_ID>4</SCHOOL_ID>
  <START_DT>sample string 5</START_DT>
  <ZONE>sample string 2</ZONE>
  <ZONE_ID>sample string 3</ZONE_ID>
</SenTopListModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />