Agnostic Guides
...
Developers Guide
FileNet Endpoints

Update

1min

Link Enterprise provides a web service endpoint that will allow you to update a document metadata.

POST
Request
Body Parameters
ids
required
String
Unique id of filenet file.
cmsName
required
String
Name of the filenet system configured in Link Enterprise.
selectedCMS
required
String
Value should always be set to "filenet" to let Link Enterprise know which configured content system to search.
mdArray
required
Array
A JSON array where each index is a json object with the keys "md1" and "md2". Where md1 is the column name, and md2 is the value to be inserted in that column. Sharepoint allows multi value field. while updating multi value fields separate the field values with "!DFLOW!".
location
required
String
filenet folder where the document need to be updated.
repository
required
String
filenet repository Value
domain
required
String
Filenet Domain name
checkout
optional
String
If true, Does an Checkout on filenet document.
dateTimeFormat
required
String
Update datetime property in this provided format.
type
optional
String
Filenet Class name attached to the document. Default is "Document"
cancelCheckout
optional
String
If true, cancel checkout on filenet Document.