IUtility MembersConfirmDelivery Inc API Documentation

The IUtility type exposes the following members.
Methods

  NameDescription
Public methodCreateAccount(AuthHeader, TemplateUser)
Used to create basic account types with little customization. Provides a simplified way to create generic accounts
Public methodCreateAccount(AuthHeader, User)
Used to create a completely customizable account.
Public methodeVSManifestComplete
Used to indicate when a specific userID (and associated IDs) has finished eVS Manifestation
Public methodGetChildrenAccounts
Used to retrieve basic account information for all account under the calling presorter
Public methodGetClientID_CHAMPCompatability
Used to retrieve the account ID associated with the MAIL INC CHAMP
Public methodGetPICStatus
Used to get the basic database status of a PIC (i.e. has it been deleted, is it active, is it inactive, etc.)
Public methodGetTierStructure
Used to retrieve an entire tier structure under a given UserID
Public methodGetTrackingDetails
Used to retrieve tracking data
Public methodGetTrackingExtracts
Used to retrieve extract tracking data
Public methodGetTransactionCounts
Gets all transaction counts for the given UserID
Public methodGetUserDetails
Used to retrieve basic account information about a user
Public methodGetZone
Returns the zone for the parameters zipFrom and zipTo.

Returns "0" if there is no zone for the parameter set.

Public methodInsertAddressExtractionHistoryItem
Used to keep track of any address extrations that take place on any CDI application. These may be charged.
Public methodManifestNow
Used to force manifesting of all mail pieces (eVS, certified, and confirmation)
Public methodRemovePieces
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.
Public methodReportError
Used to allow error reporting for other applications relevent to CDI
Public methodRequestSignatureFile
Allows the request of a signature file
Public methodReturnTransactions
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.

Public methodStandardizeAddresses
Used to standardize addresses.
Back to Top
See Also