POST api/EvaCourse/GetActivityEvaCourseBHTypeUserList
获取专项活动被听详情页分类查看教师列表4-2
Request Information
URI Parameters
None.
Body Parameters
ActEvaCourseSeacher| Name | Description | Type | Additional information |
|---|---|---|---|
| WeightCode | string |
None. |
|
| SchoolID | integer |
None. |
|
| TermID | integer |
None. |
|
| UserID | integer |
None. |
|
| ACID | integer |
None. |
|
| RType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WeightCode": "sample string 1",
"SchoolID": 2,
"TermID": 3,
"UserID": 4,
"ACID": 5,
"RType": 6
}
application/xml, text/xml
Sample:
<ActEvaCourseSeacher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area"> <ACID>5</ACID> <RType>6</RType> <SchoolID>2</SchoolID> <TermID>3</TermID> <UserID>4</UserID> <WeightCode>sample string 1</WeightCode> </ActEvaCourseSeacher>
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. |