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": "45d9e5ba-b849-458f-851e-45e7b89cc165", "StudentId": "38b64b9c-96bb-4c35-a5ac-c14ee030dbe6", "ReporterId": "8e5827fd-55bb-423e-87f6-8c4b1012fac7", "ReporterFullName": "sample string 4", "LocalDate": "2025-03-29T03:28:27.6733599+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "0a3c6bb6-f89e-4b6b-807f-3389c452b4bf", "Name": "sample string 2" } }
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true