POST api/AreaZXProjectTrain/GetCourseCategoryList
在线课程类别列表
Request Information
URI Parameters
None.
Body Parameters
CourseCategorySearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Status | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Status": 2,
"PageSize": 3,
"PageIndex": 4
}
application/xml, text/xml
Sample:
<Searcher.CourseCategorySearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX"> <Name>sample string 1</Name> <PageIndex>4</PageIndex> <PageSize>3</PageSize> <Status>2</Status> </Searcher.CourseCategorySearcher>
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. |