POST api/{version}/Students/SaveHelpVideoWatchedStatus
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
StudentHelpVideos| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | integer |
None. |
|
| IsVideoShown | boolean |
None. |
|
| VideoUrl | string |
None. |
|
| RegistrationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentID": 1,
"IsVideoShown": true,
"VideoUrl": "sample string 3",
"RegistrationId": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>