POST api/FollowUpActivity

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

None.

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": "38c2d3d9-8b01-4ae5-b873-29ff4115d412",
  "StudentId": "c4c558f0-ac1a-4fd0-8b35-07d6b0aca7a4",
  "ReporterId": "ce9318e3-a83d-49d8-8911-238a35ee0263",
  "ReporterFullName": "sample string 4",
  "LocalDate": "2024-10-05T09:23:07.3613295+00:00",
  "Result": "sample string 6",
  "HasReachedStudent": true,
  "StaffMemberPhotoUris": {
    "Small": "sample string 1"
  },
  "FollowUpActivityType": {
    "Id": "007bf721-d0ac-49c8-83f9-f60a3a96f07a",
    "Name": "sample string 2"
  }
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}