POST api/DocumentCenter/Note
Request Information
URI Parameters
None.
Body Parameters
DocCenterNote| Name | Description | Type | Additional information |
|---|---|---|---|
| noteId | integer |
None. |
|
| documentId | integer |
None. |
|
| comment | string |
None. |
|
| workflowAction | integer |
None. |
|
| lastUpdateDate | date |
None. |
|
| userName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"noteId": 1,
"documentId": 1,
"comment": "sample string 2",
"workflowAction": 1,
"lastUpdateDate": "2025-11-29T15:05:47.9112062+01:00",
"userName": "sample string 3"
}
application/xml, text/xml
Sample:
<DocCenterNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <noteId>1</noteId> <documentId>1</documentId> <comment>sample string 2</comment> <workflowAction>1</workflowAction> <lastUpdateDate>2025-11-29T15:05:47.9112062+01:00</lastUpdateDate> <userName>sample string 3</userName> </DocCenterNote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.