POST api/FollowUpActivity?followUpActivityId={followUpActivityId}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
followUpActivityId | globally unique identifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModelName | 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": "0c3397db-0695-41e9-becd-9dfe00eba1e5", "StudentId": "407cda16-ff85-40b7-a5c1-32aa86a50775", "ReporterId": "09b72fbe-13eb-41cc-bb02-2c188dfc2c1a", "ReporterFullName": "sample string 4", "LocalDate": "2025-08-31T21:05:19.5052491+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "121b4416-fdb7-4225-a57f-2f1f27cc61d8", "Name": "sample string 2" } }
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true