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": "b44a8e22-2916-4409-bc25-b43aa425ca99",
"studentCourseId": "11dd65ff-854c-464e-8d52-dec69efbe625"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.