POST api/tasks/{id}/comments?Notificationid={Notificationid}
Add comment to task
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Task Id |
globally unique identifier |
Required |
Notificationid | string |
Default value is |
Body Parameters
TaskCommentName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
UPN | globally unique identifier |
None. |
|
PostDate | date |
None. |
|
Comment | string |
None. |
|
CC | Collection of globally unique identifier |
None. |
|
Users | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "830deaa8-a114-48a9-b555-b69f9e406725", "UPN": "6b2b5e44-329f-419f-8a38-e2fb3f8eaaed", "PostDate": "2025-07-08T18:09:36.611447+00:00", "Comment": "sample string 4", "CC": [ "4ab554c9-0d82-494d-925b-0b006339061f", "0f695242-6df7-42a9-9a07-6a68594277e6" ], "Users": [ "707c928b-fb58-4887-a498-080f03b348c8", "9c8afe87-bcbb-41ec-b4b6-f23561efa429" ] }
Response Information
Resource Description
TaskCommentName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
UPN | globally unique identifier |
None. |
|
PostDate | date |
None. |
|
Comment | string |
None. |
|
CC | Collection of globally unique identifier |
None. |
|
Users | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "d83b447e-1f7e-4bc8-8c1f-ac1b4817643d", "UPN": "7cec33e8-defa-40f7-87e9-edaf66239055", "PostDate": "2025-07-08T18:09:36.6270744+00:00", "Comment": "sample string 4", "CC": [ "90f4cdda-2c61-40ac-9f84-adae5e2d00d3", "8727bb29-7dd2-419c-9e41-7c2107eace8a" ], "Users": [ "e6410a90-b6f0-42d1-96f3-ad4875588d33", "e0b10a3a-1edc-4cbb-89ce-106266243c48" ] }