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": "fd1056d2-088b-452e-a743-7783778882f1", "StudentId": "d2e2f748-eb24-4402-9370-30d5a72ffdc3", "ReporterId": "e0c150b1-e35a-47c6-aeab-7d5dd593ed6d", "ReporterFullName": "sample string 4", "LocalDate": "2025-08-31T21:10:29.6612556+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "ec66971b-b3b2-478e-bb01-9d45db4da99e", "Name": "sample string 2" } }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}