ExtractResult

The ExtractResult object contains result of an extract request. Returned information includes applicable status and error code information. You can have multiple ExtractResult objects returned as the result of a single call.

NameData TypeDescription
ConversationIDxsd:stringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodexsd:intIdentifies the error of an API request via a numeric code.
OrdinalIDxsd:intDefines position of object within an array of information.
OverallStatusCodexsd:stringRepresents overall status of conversation via async API.
RequestExtractRequestBase objects for some types of requests.
RequestIDxsd:stringUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsd:stringContains details of operation result in XML format.
ResultTypexsd:stringDefines result as coming from synchronous or asynchronous API.
StatusCodexsd:stringStatus of async API request.
StatusMessagexsd:stringDescribes the status of an API call.