linkDocument
Links a document to a specified case.
- The request identifies the case to which the specified document is to be linked.
- The response returns either a document reference or an empty response:
Note that there are two REST variants for
linkDocument:
- PUT with path parameters - In this request, the document reference and target case reference are included as path parameters. Note, however, some CMIS servers use characters in document and case references that need escaping when included in URLs. If this is an issue, you can URL-encode the document or case reference, or you can use the alternative PUT method with a request body. (Notice that the command for this variant is actually "linkcase" rather than "linkdocument".)
- PUT with a request body - In this request, the document reference and target case reference are embedded in the request body.
- Required System Action
- cmisUser
Copyright © Cloud Software Group, Inc. All rights reserved.