POST api/Activity/GetUserListForSchool
外校教师查询
Request Information
URI Parameters
None.
Body Parameters
OtherSchoolUserSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| SchoolID | integer |
None. |
|
| PID | integer |
None. |
|
| GrouplID | integer |
None. |
|
| OtherSchoolID | integer |
None. |
|
| ProvinceID | integer |
None. |
|
| CityID | integer |
None. |
|
| DistrictID | integer |
None. |
|
| TrueName | string |
None. |
|
| SubjectCode | string |
None. |
|
| GradeCode | string |
None. |
|
| GradeRange | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"SchoolID": 3,
"PID": 1,
"GrouplID": 4,
"OtherSchoolID": 5,
"ProvinceID": 6,
"CityID": 7,
"DistrictID": 8,
"TrueName": "sample string 9",
"SubjectCode": "sample string 10",
"GradeCode": "sample string 11",
"GradeRange": "sample string 12"
}
application/xml, text/xml
Sample:
<OtherSchoolUserSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area"> <CityID>7</CityID> <DistrictID>8</DistrictID> <GradeCode>sample string 11</GradeCode> <GradeRange>sample string 12</GradeRange> <GrouplID>4</GrouplID> <OtherSchoolID>5</OtherSchoolID> <PID>1</PID> <PageIndex>2</PageIndex> <PageSize>1</PageSize> <ProvinceID>6</ProvinceID> <SchoolID>3</SchoolID> <SubjectCode>sample string 10</SubjectCode> <TrueName>sample string 9</TrueName> </OtherSchoolUserSearcher>
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. |