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": "e6955562-4d09-4518-b19d-478dffcc206e",
"StudentId": "4fcdffcf-1d76-4aca-902c-0843fd17a347",
"ReporterId": "c5e8ca09-69b8-4835-8982-94bcce7379e4",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-03-07T02:31:29.7557779+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "d2f2db82-e6e5-4bee-a620-6d61ed4bc8a2",
"Name": "sample string 2"
}
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}