POST api/operations/AddTaskCommentEntry
The add task comment entry.
Request Information
URI Parameters
None.
Body Parameters
TaskComments| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | string |
None. |
|
| Detail | string |
None. |
|
| RecordedBy | string |
None. |
|
| RecordedByRole | string |
None. |
|
| Created | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "sample string 1",
"Detail": "sample string 2",
"RecordedBy": "sample string 3",
"RecordedByRole": "sample string 4",
"Created": "2025-11-23T21:37:05.2322616+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The .
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |