TCR undo transactions

This web service does the Transaction Correction and Reconciliation undo action for the transactions specified. The transactions and their unit of work must be specified.

The following table shows the parameters for this web service.
Table 1. TCR undo transactions web service parameters
Parameter Required Description
ActiveWorkId Yes The ID of the active unit of work that contains transactions to be undone. The ID is an integer value.
PaymentIds Yes The ID of a transaction that is to be undone. More than one transaction in the active unit of work can be undone by specifying multiple PaymentIds parameters. The transaction ID is an integer value.
UserID Yes The user ID with the permissions that are required to do this action.
HostName No The hostname where the EJB application is deployed.
The body of the SOAP message is:
<q0:TcrUndoTransactionsRequest>
   <ActiveWorkId>21</ActiveWorkId>
   <PaymentIds>61</PaymentIds>
   <PaymentIds>62</PaymentIds>
   <User>
      <UserID>fxhadmin</UserID>
      <HostName>localhost</HostName>
   </User>
</q0:TcrUndoTransactionsRequest>