The ADD_DOCUMENT_KEYWORDS action is used to add keywords (metadata) to an OnBase file.
The input parameters for ADD_DOCUMENT_KEYWORDS are:
Parameter | Type | Required | Description |
---|---|---|---|
documentId | String | Required | Identifier of a document in the OnBase repository which is going to have the keywords (metadata) added. |
keywords | JSON | Required | Document keywords (metadata) that will be added to a document in the OnBase repository. |
The output parameters from ADD_DOCUMENT_KEYWORDS are:
Parameter | Type | Required | Description |
---|---|---|---|
documentKeywords | JSON | Optional | Document keywords (metadata) of the document in the OnBase repository. |