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": "1c63bf9c-3c93-4c1b-8ada-59cb13f3959a", "StudentId": "8636ad17-1b8b-4b4c-8bb0-f8c2a2bfe6cb", "ReporterId": "5a6abfa3-b021-4e4f-adc1-55d10c81852a", "ReporterFullName": "sample string 4", "LocalDate": "2024-12-20T14:06:24.9320712+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "aace36f0-55c0-45ba-b12d-c3d6f0bd7009", "Name": "sample string 2" } }
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true