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": [ "823c5350-ad90-44e0-bee3-d71e04ac98e9", "d1294ea8-228c-4db1-8683-ae5158f9359f" ] }
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": "3c1dd2d5-5d50-4479-8c97-aed87d15b89b", "UPN": "b64cbd80-a234-448f-a628-96cd2bfff1f8", "PostDate": "2025-07-08T19:41:21.8116393+00:00", "Comment": "sample string 4", "CC": [ "fb77c0b1-478e-408d-802b-c107d6fcdc7d", "ca25fc3b-f770-4bc0-8a27-8501806f9362" ], "Users": [ "a0d776ec-72b2-4bfc-9cb5-ad422790a546", "54870584-341e-4a7a-80bd-abc60513257c" ] }