POST api/FollowUpActivity?followUpActivityId={followUpActivityId}

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
followUpActivityId

globally unique identifier

Required

Body Parameters

PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

StudentId

globally unique identifier

None.

ReporterId

globally unique identifier

None.

ReporterFullName

string

None.

LocalDate

date

None.

Result

string

None.

HasReachedStudent

boolean

None.

StaffMemberPhotoUris

Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value]

None.

FollowUpActivityType

PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityTypeViewModel

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "c8f4b64f-208a-46a3-9f2d-e7af7085bbe5",
  "StudentId": "5f4162c8-6b54-4c53-8869-6c44ee24787f",
  "ReporterId": "9a1f69ce-e38f-4d7b-898c-cf73e167f9c1",
  "ReporterFullName": "sample string 4",
  "LocalDate": "2024-10-05T09:16:53.2845361+00:00",
  "Result": "sample string 6",
  "HasReachedStudent": true,
  "StaffMemberPhotoUris": {
    "Small": "sample string 1"
  },
  "FollowUpActivityType": {
    "Id": "aba21a00-9e17-47e1-8f66-848ba9fd207c",
    "Name": "sample string 2"
  }
}

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true