IUtility ReturnTransactions Method ConfirmDelivery Inc API Documentation
Used exclusively by CDI to return transactions to a user.

This differs from IUtility:RemovePieces in that it it works regardless of whether a mail piece is in our DB or not.

If the piece exists in our DB, then this will validate it; remove it; and return a transaction as appropriate.

Namespace: CDI_WCFService3.ICDI_WCFService
Assembly: CDI_WCFService3 (in CDI_WCFService3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Function ReturnTransactions ( _
	authHeader As AuthHeader, _
	pieces As RemovablePiece() _
) As String

Parameters

authHeader
Type: CDI_WCFService3 AuthHeader
pieces
Type:  CDI_WCFService3 RemovablePiece 

Return Value

Remarks

Determines type of transaction to return based on the PIC provided in the pieces object.
See Also