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": [ "cd6a790d-7b92-4101-8321-06dd8223a6fc", "1e2d0a3b-9d1d-47b1-b718-db2f0e243db1" ] }
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": "0de167d2-b34b-4ba3-bd22-f80f88f78feb", "UPN": "a41ee485-14fb-424e-91f2-623a26f765b0", "PostDate": "2025-04-04T02:40:32.7616643+00:00", "Comment": "sample string 4", "CC": [ "ee6fcafc-9a67-4a91-b169-be2b1df93f0c", "149df1d3-a9b6-4b83-b574-93d42d0fa74b" ], "Users": [ "bdbc2c31-de18-44b3-98b2-5598113928de", "92c1105e-528a-498c-af61-4648c5aa6956" ] }