POST api/resplan/{LineId}/comment
Add comment to resource plan line
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LineId | 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": [ "6b3ab403-fdd8-40bd-9a0d-d24d88c49bba", "34516118-ca9b-4225-9117-fd2bed50fc2d" ] }
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": "d13379d5-d087-4f9b-bf09-549674050072", "UPN": "24a3e240-cbf4-4e6a-8473-680d74efd694", "PostDate": "2025-10-19T09:07:52.9126405+00:00", "Comment": "sample string 4", "CC": [ "73d05aee-a132-4953-b640-1344b1b7c61b", "8ce3c3e0-8d8f-4880-a47d-16055394eb8c" ], "Users": [ "11dd26c0-387d-48b2-9b17-8e8abe76dadb", "64bcdf97-d5d4-4dae-99fd-488aa04a639c" ] }