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": [ "e4517374-14e8-4fc1-9c70-db3f66059dd5", "1ab04288-95c5-4d8e-8bcb-c6bd98bc4b34" ] }
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": "1cc3094b-aa13-461b-8691-51dc806b0369", "UPN": "eafb45c6-1361-4e88-9dce-4af8f8646757", "PostDate": "2025-07-08T19:11:36.4441641+00:00", "Comment": "sample string 4", "CC": [ "48167196-9a77-4b55-85e7-717e007aa0fc", "9a15e89a-5e0b-4985-a7b9-d7b993c8e9a7" ], "Users": [ "31b853f8-e93f-4e71-a739-b4531ac7c6d8", "d0fff9e7-b71f-45b3-a898-a95df0e5e6f4" ] }