dms.UpdatePDFAnnotations
This job modifies one or more existing PDF annotations on a DMS object. The annotations to update are passed as a JSON document.
|
This job is not listed in the official enaio® DMS engine overview. This description was reconstructed from the call code of the |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
BASE64 |
Yes |
Annotations to update, in JSON format (including their IDs). |
|
INT |
Yes |
|
2. Return Value
(INT): 0 = job successful, otherwise error code. No content output parameters are returned.
For further return values see Error Codes.
3. Required Roles
The caller needs the following system roles:
-
81— Client: View preview annotations -
82— Client: Edit preview annotations
4. See Also
-
dms.CreatePDFAnnotations — adds new annotations
-
dms.GetPDFAnnotations — reads annotations
-
dms.DeletePDFAnnotations — deletes annotations