createDocument

Creates a document in a case folder.

  • The request identifies the document to create by either including the document content or by providing a URL to the document.
  • The response returns a document reference for the created document, and optionally, metadata for the document.

Note that there are two REST variants of createDocument:

  • POST - In this request, the document is embedded in the request body.
  • Multi-part POST - In this request, the document is attached as the second part of the HTTP request.

Required System Action