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": [ "3b2b2f4e-f582-416e-9a20-3aaf414515c3", "4023a132-df11-491e-8c6a-70d974bd96cf" ] }
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": "c965374c-7cd8-4973-b7e3-cfa97b2a6c45", "UPN": "b14a4a22-1db7-454b-a671-36a036d37dff", "PostDate": "2025-07-16T12:47:06.2027246+00:00", "Comment": "sample string 4", "CC": [ "8043ad79-a78b-4df8-853b-64c365114785", "c76b5e73-020d-4f03-b7cf-2741fd99a086" ], "Users": [ "4e3f6d19-3e54-458b-8cd5-28ffcdf62a0b", "ceaa3eaf-dce3-4558-82cd-6d67ed0b7509" ] }