POST api/StudentCourseMaterial/SaveVideoProgress

Used to save book mark details

Request Information

URI Parameters

None.

Body Parameters

VideoProgressLog
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VideoProgressLog'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
12345

text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12345</int>