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": [ "fd0a164a-a318-4578-9a7a-47d937bf73fa", "e49f405e-31c5-4099-ac60-9039678dd9b6" ] }
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": "62c4ab55-8b6f-435d-b27c-3320e2a3d668", "UPN": "f14d1374-f312-48bb-b9bf-91d82736ef0b", "PostDate": "2025-04-04T02:37:11.6212721+00:00", "Comment": "sample string 4", "CC": [ "85e71370-b53f-44c0-85b1-68bc75ed6331", "b9753c44-9aa6-4809-a823-74769357f4f5" ], "Users": [ "db7379d2-397a-476e-bb29-39a5365532fd", "dfba3ed9-6380-420f-8b24-f40a8021e65a" ] }