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": "9bc11cd9-fd32-4c5a-b2b7-bb83fcf0ff1e",
"StudentId": "65b3c813-e08f-4259-b036-4cd23353b5d7",
"ReporterId": "b92c5ac3-40ca-4071-ab78-fda628b609e0",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-07-30T19:11:04.760159+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "d70d17bd-701e-4159-b83e-b33ac8a107fc",
"Name": "sample string 2"
}
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}