EndSessionResponse
The EndSessionResponse object contains the result (EndSessionResult object). In this implementation, the response message is the EndSessionResult object.
| Parameter | Type | Description |
|---|---|---|
| EndSessionResult | EndSessionResult | The result, or response, object for the EndSession operation. |
EndSessionResult
The EndSessionResult object contains information that describes the status of the EndSessionResult image. The object includes a RequestStatus object and an array containing document packet details.
| Parameter | Type | Description |
|---|---|---|
| Documents | ArrayOfDocumentResult | An object containing a list of documents for the session. |
| Error | string | Details about an error that occurred. Null if no error occurred. |
| ErrorId | string | An error instance id to identify and trouble shoot the error with the doc viewer system |
| SelectedPackage | package | The package selected. This will be null if auto selection is bypassed. |
| Status | StatusEnum | The status of the session. |
| MissingRequiredData | boolean | Indicates whether required data was not completed when ending the DocViewer session. |
| Txn | string | Transaction xml for the session |
| ChangedDataPoints | ArrayOfXPathAuditRecord | A container object used to define the XPathAuditRecord |