GetRequestStatusOut

The GetRequestStatusOut object contains the TransactionIdentifier, PassthroughIdentifier, State, and API Call for that transaction.

NameTypeDescription
TransactionIdentiferstringAn identifier assigned by the Expere Document Services solution for the generate image event. This ID is used for request tracking purposes.
PassthroughIdentifierstringThe PassThroughIdentifier is an optional user-defined generated parameter. This parameter is case-sensitive. The PassThroughIdentifier MUST be unique for each request. If a PassThroughIdentifier has been submitted previously for an account and exists in the database, Expere Document Services will return the original transaction ID. A new transaction ID will not be created. If the PassThroughIdentifier is passed in the request and the parameter is empty (null), Expere Document Services will process the request and return a new transaction ID.
StatestringA string of data indicating a Pending, Processing, Successful, Error, or Failed state.
APICallstringA string of data indicating a SelectAndGenerate API call.
CallbackStatusstringA string of data containing one of the following Callback statuses: CallbackSuccessful, CallbackFailed, CallbackNotRequested