DocumentPackInteractiveReviewV1
Use the DocumentPackInteractiveReviewV1 call to review a previously composed document pack. It opens an interactive reviewing tool that allows the user to review all produced documents. If a user finds any errors during this review, the user can call DocumentPackInteractiveModifyFromReviewV1 to make changes (see DocumentPackInteractiveModifyFromReviewV1).
The request requires the following fields next to the standard fields.
| Field | Type | Description |
| documentpack | base64Binary | A base-64 encoded binary representation of a document pack data structure. This document pack contains the documents that can be reviewed. |
The response contains the following fields in addition to the standard fields.
| Field | Type | Description |
| ccmsessionid | sessionid | Communications Manager Contract Manager session identifier. |
| requesthandlerid | requesthandlerid | Request handler identifier. Identifies the Contract Manager that handles this request. You can configure this identifier in the StartContractManager.exe tool. Valid only for CCMSnapshotComposition contract type. |
| url | url |
A URL that is relative to the base URL of Tungsten Communications Manager. Example: https://<communications manager server>:443/ccm/ All relative URLs that are returned are relative to this base URL. With this URL, the interactive session can be started. |