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": [ "b09c74fc-b395-47c6-8371-5d174a766701", "07842beb-6503-489c-979b-551e9edaa19c" ] }
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": "7fc0cca3-83f2-4e83-8a0d-b54d9117c4f5", "UPN": "1175af89-48db-4fc1-9d66-0bef3db2f61e", "PostDate": "2025-05-23T21:10:28.5238478+00:00", "Comment": "sample string 4", "CC": [ "60074e7c-548c-4de7-a449-5a7e8d4be1aa", "5fa8b88b-f9f9-4f57-ac64-b895a6834d7e" ], "Users": [ "a18292be-861e-4707-bed1-69ca65330408", "85b428c5-55cd-4554-b425-fabf72e7251c" ] }