updateDocument

Update an existing document or generate it in a different format either synchronously (wait for the result) or asynchronously (enqueue document creation and get the result later with the documentId).

Possibilities to update the stored document contents:

  • `xml/json` data is filled + any of Processing Options is filled:
    The contents of the document are completely replaced by newly created ones
  • `xml/json` data is not filled + any of Processing Options is filled:
    The contents are created or updated using the existing document data stored together with the document.
    Existing contents are retained. For example, it allows to add content in a new format.
  • `xml/json` data is filled + none of Processing Options is filled:
    All existing contents are recreated/updated with the new document data.

If the stored document is archived a new revision will be created in the connected archive.
Language
Credentials
Click Try It! to start a request and see the response here!