POST api/{version}/StudentCourseMaterial/SaveVideoProgress
Used to save book mark details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
VideoProgressLog| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoId | string |
None. |
|
| RegistrationId | integer |
None. |
|
| VideoPlayerId | integer |
None. |
|
| VideoComments | string |
None. |
|
| isContinousProgress | boolean |
None. |
|
| BookMarkInterval | integer |
None. |
|
| VideoProgressLogId | integer |
None. |
|
| VideoSourceId | integer |
None. |
|
| VideoSourceTable | string |
None. |
|
| State | string |
None. |
|
| ScheduleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VideoId": "sample string 1",
"RegistrationId": 2,
"VideoPlayerId": 3,
"VideoComments": "sample string 4",
"isContinousProgress": true,
"BookMarkInterval": 6,
"VideoProgressLogId": 7,
"VideoSourceId": 8,
"VideoSourceTable": "sample string 9",
"State": "sample string 10",
"ScheduleId": 11
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
12345
text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12345</int>