Create Documents by Path

POST /ws/rest/service/v1/dm/document/create

Purpose

Input

This a multi-part request and all parameters should be listed before all file parts and should use the following order.

Output

JSON object containing 'status', 'data', 'message'

Example

To create a document "ProjectDetails.doc" under "/Project Documents/Service docs" then data should as below

[

{"path":"/Service docs","fileName":"ProjectDetails.doc","docTitle":"project details","revNo":"1","issueDate":"06/01/2016", additional document attribute form properties, excluding creation date and owner }

]

Notes:

Example Multipart Form Request

Note: The form data body boundary in the example below is "—file upload—", but can be anything (or left unset).

-----file upload---

Content-Disposition: form-data; name="shortname"

unifier

-----file upload---

Content-Disposition: form-data; name="authcode"

MTIzMTIz

-----file upload---

Content-Disposition: form-data; name="dorevise"

yes

-----file upload---

Content-Disposition: form-data; name="projectnumber"

Shell-001

-----file upload---

Content-Disposition: form-data; name="data"

[

{"Path":"/Service docs","Name":"ProjectDetails.doc","docTitle":"project details","revNo":"1","issueDate":"06/01/2016", additional document attribute form properties, excluding creation date and owner }

]

-----file upload---

Content-Disposition: form-data; name="0"; filename="b.txt" Content-Type: text/plain

test document contents

-----file upload-----

Related Topics

Document Services

Create Documents by Parent Folder ID

Update Documents Meta Data by Path

Update Document Meta Data by Document ID

Get Documents by Path

Get Documents by Parent Folder ID

Get Document as Tiff File

Get Document by File ID



Last Published Tuesday, July 1, 2025