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": [ "46b1c704-0b51-4ced-8d36-0925da44f758", "ba5445e2-a72c-4af4-ab93-4b489a9c174c" ] }
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": "83df74a1-f8a2-43d9-ac25-6307214feeb5", "UPN": "3045d452-2ecd-4bba-a608-f21b383b9a3f", "PostDate": "2025-07-16T12:31:19.6585333+00:00", "Comment": "sample string 4", "CC": [ "dbdaa2dc-f199-4e11-90fa-c6b40ed5a177", "f5b7b0e5-4a05-4f36-8934-b4160db9658a" ], "Users": [ "6a083415-dcd9-4765-84d8-702691f0d022", "e445bcb7-ceeb-42d3-be75-60b0d0a047d8" ] }