POST api/FollowUpActivity
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
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": "c36aad39-f989-4448-b8cc-10068b7766bd", "StudentId": "9094a95c-ee9f-4992-a115-92863f274f73", "ReporterId": "0c9b0697-1528-47d6-b683-52c3bddd2654", "ReporterFullName": "sample string 4", "LocalDate": "2025-08-29T04:50:10.3494725+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "4b8086a1-4c76-4f0f-8818-4a92b8d19176", "Name": "sample string 2" } }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}