POST openapi/moveBookmark
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
Body Parameters
Nse.ServiceBus.DataContracts.StudentBookmarkName | Description | Type | Additional information |
---|---|---|---|
studentReferenceId | string |
None. |
|
contractReferenceId | string |
None. |
|
activityId | globally unique identifier |
None. |
|
studentCourseId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "studentReferenceId": "sample string 1", "contractReferenceId": "sample string 2", "activityId": "85016463-e968-4d02-8c4a-0efcecc5c47e", "studentCourseId": "de610e46-9552-4a44-860c-d9de24e75c45" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.