PUT api/college/{id}/courses/{courseId}/recommend
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| courseId | string |
Required |
Body Parameters
RecommendBody| Name | Description | Type | Additional information |
|---|---|---|---|
| Recommended | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Recommended": true
}
text/html
Sample:
{"Recommended":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.