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": "4d7192af-5e4c-47ac-9ec7-358d0500dffc", "studentCourseId": "c5198ad1-ec16-40f7-9447-f3802bfa1bee" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.