POST api/workplan/{PlanId}/comments
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
Required |
Body Parameters
CommentPostName | Description | Type | Additional information |
---|---|---|---|
Comment | string |
None. |
|
CC | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Comment": "sample string 1", "CC": [ "45600c1c-e94b-4c12-994d-c40c0357b1b6", "76ce0bd9-0126-429b-9f16-1b73692b7e6b" ] }
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": "1f696454-bb69-4cde-8b69-06de0ddc7267", "UPN": "04e06715-f9ff-4d97-8ee9-2df2826ed121", "PostDate": "2025-10-19T09:11:39.8352079+00:00", "Comment": "sample string 4", "CC": [ "1964fd3c-1555-40c5-8360-1a4daa4d915f", "b51a157f-c3b8-4772-b47a-7ed1c77be3dc" ], "Users": [ "03a6db5f-48fd-47ed-9316-f32853fa4048", "fa6d1153-fc70-49bd-9ac5-ca3c91f13e42" ] }