POST api/{version}/StudentCourseMaterial/DeleteMemo

Used to delete memo details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

VideoNote
NameDescriptionTypeAdditional information
VideoNoteId

Gets or sets unique note id

integer

None.

Comments

Gets or sets video comments

string

None.

VideoId

Gets or sets the video id

string

None.

RegistrationId

Gets or sets the registration id

integer

None.

VideoPlayerId

Gets or sets the video player id

integer

None.

NoteInterval

Gets or sets the note interval

integer

None.

NoteIntervalDuration

Gets or sets the note interval durations

string

None.

VideoSourceId

Gets or sets the video sourece id

integer

None.

VideoSourceTable

Gets or sets the sourece table name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VideoNoteId": 1,
  "Comments": "sample string 2",
  "VideoId": "sample string 3",
  "RegistrationId": 4,
  "VideoPlayerId": 5,
  "NoteInterval": 6,
  "NoteIntervalDuration": "sample string 7",
  "VideoSourceId": 8,
  "VideoSourceTable": "sample string 9"
}

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 'VideoNote'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

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