ResubmitTransactionResponse and ResubmitTransactionOut
ResubmitTransactionResponse
The ResubmitTranscactionResponse object contains the result (ResubmitTranscactionResponse object). In this implementation, the response message is the ResubmitTranscactionOut object.
| Parameter | Type | Description |
|---|---|---|
| ResubmitTransactionResult | ResubmitTransactionOut | The result, or response, object for the ResubmitTransaction operation. |
ResubmitTransactionOut
The ResubmitTransactionOut object contains an identifier used to track the transaction.
| Parameter | Type | Description |
|---|---|---|
| TransactionIdentifier | long | An identifier assigned by the Expere Document Services solution for the document request event. This ID is used for request tracking purposes. |
| APICall | APICallEnum | API call that is being resubmitted (used for SelectAndGenerate and Select). |