POST api/StudentCourseMaterial/DeleteMemo
Used to delete memo details
Request Information
URI Parameters
None.
Body Parameters
VideoNote| Name | Description | Type | Additional 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:
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>