POST api/Statistics/GetSchoolGradeRangeList

获取学校下学段列表 SchoolID

Request Information

URI Parameters

None.

Body Parameters

GradeRangeResearchGroupSearch
NameDescriptionTypeAdditional information
SchoolID

integer

None.

MID

integer

None.

UserID

integer

None.

GradeRange

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolID": 1,
  "MID": 2,
  "UserID": 3,
  "GradeRange": "sample string 4"
}

application/xml, text/xml

Sample:
<GradeRangeResearchGroupSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity">
  <GradeRange>sample string 4</GradeRange>
  <MID>2</MID>
  <SchoolID>1</SchoolID>
  <UserID>3</UserID>
</GradeRangeResearchGroupSearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.