POST Course/IsRecommendCourse
Request Information
URI Parameters
None.
Body Parameters
CourseRecommendDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseCode | string |
None. |
|
| IsRecommend | integer |
None. |
|
| CreateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CourseCode": "sample string 1",
"IsRecommend": 2,
"CreateId": 3
}
application/xml, text/xml
Sample:
<CourseRecommendDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO"> <CourseCode>sample string 1</CourseCode> <CreateId>3</CreateId> <IsRecommend>2</IsRecommend> </CourseRecommendDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.