POST api/dataseries/{assetid}/et/comment
Saves the et comment.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetid |
The assetid. |
string |
Required |
Body Parameters
The comment.
ETCommentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetId | string |
None. |
|
| Date | date |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssetId": "sample string 1",
"Date": "2025-12-27T12:52:25.3730537+00:00",
"Comment": "sample string 3"
}
text/html
Sample:
{"AssetId":"sample string 1","Date":"2025-12-27T12:52:25.3730537+00:00","Comment":"sample string 3"}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true