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": "69822670-a932-4920-838c-95eb3006a1c2", "StudentId": "b021143e-ee97-47d0-bafd-01cf205cc0be", "ReporterId": "0e52c3f9-ff12-469c-ad46-ae659fceedbc", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-04T05:49:37.3629564+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "9ea112bd-3c57-4f52-a338-89ab4ebb6b3f", "Name": "sample string 2" } }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}