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": [ "09ea9f61-a83f-4656-ab6b-1c4b3c80c9d2", "a8789f76-9796-4dde-af94-343404c49cfc" ] }
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": "2be2a433-3324-40d5-8404-91238dc8a243", "UPN": "73d842b4-92fa-4b34-8814-39c14fd474d9", "PostDate": "2025-09-03T18:05:53.3020783+00:00", "Comment": "sample string 4", "CC": [ "c773b5e4-73df-4105-91a9-9535d0fbfa7f", "c3ce290e-0278-4385-b771-b90a44f75256" ], "Users": [ "c3904aed-b1c2-412a-89c8-df9fc89d32db", "285f1747-254f-4111-bbc1-8214e2023de9" ] }