POST coursecontent/setContentRating?userCode={userCode}&productContentCode={productContentCode}&rating={rating}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userCode | string |
Required |
|
| productContentCode | string |
Required |
|
| rating | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GenericSuccess| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": "sample string 1"
}
application/xml, text/xml
Sample:
<GenericSuccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <Success>sample string 1</Success> </GenericSuccess>