POST api/SaveGenericContentRating
Request Information
URI Parameters
None.
Body Parameters
ContentRatingRquestVMName | Description | Type | Additional information |
---|---|---|---|
iCandidateId | integer |
None. |
|
iContentId | integer |
None. |
|
iRating | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "iCandidateId": 1, "iContentId": 2, "iRating": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |