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": [ "31fb0d7a-939c-464a-a2f0-24bdc7492016", "2813abbd-4d32-4197-9570-ba3211f103fd" ] }
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": "fb8fb7fd-02fb-4e72-ac70-4f7d740b23f2", "UPN": "5c6a200e-90d4-407a-83d0-7255d65f4367", "PostDate": "2024-12-18T20:23:16.291177+00:00", "Comment": "sample string 4", "CC": [ "7a88dd5b-9447-467e-b25d-ec578a65c867", "9743a4a9-56b0-4d72-a79a-5f0bf9f92718" ], "Users": [ "082e21e0-db10-4e6a-bd67-72f09695a800", "cbbf3915-25f4-4c36-a751-df613f9551a4" ] }