POST api/Activity/GetSchoolSubjectList
获取学校学科列表
Request Information
URI Parameters
None.
Body Parameters
SchoolSubjectSearchr| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TermID | integer |
None. |
|
| GradeCode | string |
None. |
|
| GradeRange | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"TermID": 2,
"GradeCode": "sample string 3",
"GradeRange": "sample string 4"
}
application/xml, text/xml
Sample:
<SchoolSubjectSearchr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area"> <GradeCode>sample string 3</GradeCode> <GradeRange>sample string 4</GradeRange> <ID>1</ID> <TermID>2</TermID> </SchoolSubjectSearchr>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |