POST api/{version}/StudentCourseMaterial/UpdateDocumentCompleteProgress
Used to add annotations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
CourseMaterialAnnotations| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentCourseMaterialId | integer |
None. |
|
| LastSeenPageNo | integer |
None. |
|
| AnnotationXML | string |
None. |
|
| CompletedStatus | boolean |
None. |
|
| WatchedDuration | integer |
None. |
|
| StudentDocumentsTrackId | integer |
None. |
|
| IsDownloaded | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentCourseMaterialId": 1,
"LastSeenPageNo": 2,
"AnnotationXML": "sample string 3",
"CompletedStatus": true,
"WatchedDuration": 5,
"StudentDocumentsTrackId": 6,
"IsDownloaded": true
}
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>