GetRequestResultOut

The GetRequestResultOut object contains information that describes the status of the requested transaction. The object includes status information and document objects (DocSet, DocumentSet).

Parameter Type Description
ExternalKey string An identifier defined by the requesting application and passed as a string value. It is typically used to supply an identifier or reference value for a given request and is mapped to the RequestID.
DocSet DocSet Container object used to define a document set by ID, package, and packet associations.
DocumentSet DocumentSet Container object used to define a set of documents.
Status RequestStatus Object contains a group of enumerations indicating the status of the transaction submitted on the parent request.
StatusDescription string The status of the request as a string.
Details ArrayOfInformation Array containing an unbound collection of Information objects.
DocSetSummaryPacketCount string A string of data listing the number of packets for a document set.
DocSetSummaryDocInstanceCount string A string of data listing the number of doc instances for a document set.
DocSetSummaryPageCount string A string of data listing the number of pages for a document set.
DocSetSummaryRecordablePageCount string A string of data listing the number of recordable pages for a document set.
DocSetSummaryDateTimeStamp string A string of data listing the date/time stamp that a document set was created.