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": [ "12768e03-3a4e-4fdc-82ca-158f2616637f", "fef67061-14bb-4fde-8d0f-446a310073c8" ] }
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": "4502b2b9-90fc-4b26-a6f1-5595efef6c35", "UPN": "66dc95a7-cfe1-4430-b31e-577ca5d050b5", "PostDate": "2024-12-18T19:58:33.7868685+00:00", "Comment": "sample string 4", "CC": [ "d069777e-ad07-4490-8959-59e895b2576e", "ae99274e-ef6f-4484-93a9-96ed2fe1ac66" ], "Users": [ "daca51f9-0104-4f6d-beea-e21214475636", "64ccf6d9-921c-4271-8558-576c8eb40438" ] }