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
String
required
Unique id of filenet file.
cmsName
String
required
Name of the filenet system configured in Link Enterprise.
selectedCMS
String
required
Value should always be set to "filenet" to let Link Enterprise know which configured content system to search.
mdArray
Array
required
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
String
required
filenet folder where the document need to be updated.
repository
String
required
filenet repository Value
domain
String
required
Filenet Domain name
checkout
String
optional
If true, Does an Checkout on filenet document.
dateTimeFormat
String
required
Update datetime property in this provided format.
type
String
optional
Filenet Class name attached to the document. Default is "Document"
cancelCheckout
String
optional
If true, cancel checkout on filenet Document.