IUtility GetPICStatus Method ConfirmDelivery Inc API Documentation
Used to get the basic database status of a PIC (i.e. has it been deleted, is it active, is it inactive, etc.)

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

Function GetPICStatus ( _
	authHeader As AuthHeader, _
	pics As String() _
) As PICStatusInformation()

Parameters

authHeader
Type: CDI_WCFService3 AuthHeader
pics
Type:  OnlineSystem String 

Return Value

An array of PICs and their statuses [PICStatusInformation Array]
Remarks

See Also