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": [ "ca563214-a2dd-473f-94bd-5a4f86983706", "beb514db-6d56-4362-b5f5-e82e22898adf" ] }
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": "f0c5ceb9-a2b5-490c-b449-a36902faabf0", "UPN": "35df2fd5-6a6a-490c-9a72-4813b93f8868", "PostDate": "2025-09-03T18:02:47.8352847+00:00", "Comment": "sample string 4", "CC": [ "d10b8a8c-aa80-417d-aad1-86e799de4f10", "6e0ab1e8-f123-4fb2-8612-18837c3ebd09" ], "Users": [ "0ac9f9c0-705a-45c2-ad55-dff65d668cfd", "e5c7b7d4-2701-45e4-ae99-440c7adb5ed9" ] }