ComposeInteractiveResumeSuspendedSessionV1

ComposeInteractiveResumeSuspendedSessionV1 resumes a suspended session retrieved by ComposeInteractiveGetSuspendedSessionV1. The returned values resume the interactive process at the point the user left.

The request requires the following fields next to the standard fields.

Field Type Description
sessionfile base64Binary A base-64 encoded binary representation of a KCM session archive data structure. This is the suspended session retrieved by ComposeInteractiveGetSuspendedSessionV1. It contains all information to continue the interactive process.

The response contains the following fields in addition to the standard fields.

Field Type Description
ccmsessionid sessionid KCM Contract Manager session identifier. This is the KCM session identifier of the suspended session.
url url

A URL that is relative to the base URL of Kofax Communications Manager. Example: https://<kcm server>:443/ccm/

All relative URLs that are returned are relative to this base URL.

With this URL, the interactive session can be resumed.