POST openapi/moveBookmark

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

None.

Body Parameters

Nse.ServiceBus.DataContracts.StudentBookmark
NameDescriptionTypeAdditional 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": "7ea73885-547d-44d6-a520-d410c0dfde64",
  "studentCourseId": "79a37a86-9f44-41b0-9446-63c3309e9606"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.