POST api/FollowUpActivity
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModel| Name | Description | Type | Additional 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": "763ca34f-2b3c-4e77-acdf-546e6bf6ff50",
"StudentId": "ab3b024a-64ea-4e7d-9792-e35f3784f224",
"ReporterId": "3d65575c-e6c9-41ae-817c-fda0ca2149ef",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-06-28T20:30:10.5063229+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "65f2c720-f725-4207-bf82-352a736281b1",
"Name": "sample string 2"
}
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}