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.
ETCommentDTOName | 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-05-18T15:40:05.9150837+00:00", "Comment": "sample string 3" }
text/html
Sample:
{"AssetId":"sample string 1","Date":"2025-05-18T15:40:05.9150837+00:00","Comment":"sample string 3"}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true