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": [ "08020448-53ce-4cc9-8375-06fb9c6d8579", "b887c731-8654-40a0-923d-821eb94a23e3" ] }
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": "b3b44e76-0534-435c-ae0e-77c7ca221e09", "UPN": "1cd35410-5df3-4340-8d74-4c22a4e19226", "PostDate": "2025-05-23T21:46:13.9575708+00:00", "Comment": "sample string 4", "CC": [ "155305d8-c4e7-4ff2-a20b-11cc9a27eac6", "4d47906f-b989-4a90-a73c-4c8694b1f60c" ], "Users": [ "b02dd164-eb66-4d6d-a266-1f6fae8fa3c0", "ab867061-7c6b-4fb6-8fca-f90e2d4d76d0" ] }