Create a new empty unpersisted document (V1)
The API provides an endpoint that returns new initialized empty document that is not persisted and that can be used for archiving content in a specific archive.
Optionally the document can be initialized with an existing document type. If a document type is forced on an archive then the configured document type will be automatically used.
To populate the document with content, see Document structure.
cURL Example
curl -X GET "https://{customer}.{tenant}.cp.xsuite.com:{port}/api/v1/Archives/{archive}/documents" -H "Authorization: Bearer {ACCESS_TOKEN}" -H "accept: application/json" -d ""
Definitions
See Archive Service API.
Permissions
Read permission on the archive are required.