PUT api/college/{id}/courses/{courseId}/recommend

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

courseId

string

Required

Body Parameters

RecommendBody
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.