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": "db5805e2-8ab0-45fe-abe1-1d5a616b7118",
"studentCourseId": "693339d8-a033-4df8-8847-41711eeac1c4"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.