IUtility RemovePieces Method ConfirmDelivery Inc API Documentation
Used to remove PICs from an account so that the client is not charged and so that the USPS does not recieve unused tracking numbers.

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

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

Parameters

authHeader
Type: CDI_WCFService3 AuthHeader
pieces
Type:  CDI_WCFService3 RemovablePiece 

Return Value

Piece(s) removed. [String]
Remarks

See Also