POST openapi/moveBookmark
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
Body Parameters
Nse.ServiceBus.DataContracts.StudentBookmark| Name | 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": "2d9d9841-aa54-4329-8a54-7a397251bc9e",
"studentCourseId": "bba32d08-6a48-414b-a2b8-013cec27dda8"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.