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": "21a2d3a3-683e-41b9-b0b7-50f6a5fa5bea",
"StudentId": "4e072d1e-4856-4fb5-9fb5-4d0170cf14b6",
"ReporterId": "a78cdbfe-e526-4c03-a2ea-14846cf36a02",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-02-06T16:36:34.0018362+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "c76702dd-201b-4f20-b402-713aba93d365",
"Name": "sample string 2"
}
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}