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": "c6171016-49ad-43b9-9899-419981c8cac3", "studentCourseId": "4b8e6014-b57e-4197-8215-d996d52cd496" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.