POST api/Annotation/Comment
Add a new annotation comment to the document.
Request Information
URI Parameters
None.
Body Parameters
topfact.Archive.Models.Request.AddAnnotationCommentRequest
AddAnnotationCommentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StampId | integer |
None. |
|
| ArchiveGuid | string |
None. |
|
| DocId | integer |
None. |
|
| Title | string |
None. |
|
| Comment | string |
None. |
|
| Token | Token |
None. |
Request Formats
application/json, text/json
Sample:
{
"StampId": 1,
"ArchiveGuid": "sample string 2",
"DocId": 3,
"Title": "sample string 4",
"Comment": "sample string 5",
"Token": {
"OrgId": 1,
"OrgGuid": "sample string 2",
"UserId": 3,
"UserGuid": "sample string 4",
"Username": "sample string 5",
"UserNumber": "sample string 6",
"EMail": "sample string 7",
"CreatedAt": "2026-09-15T11:34:31.0430665+02:00",
"ValidTo": "2026-09-15T11:34:31.0430665+02:00",
"Realm": "sample string 10",
"IsDelegated": true,
"AccessKey": "sample string 12"
}
}
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.