Generates a USPS IMpb Merchandise Return mailpiece label as a .PDF file.
Namespace: CDI_WCFService3.ICDI_WCFServiceThis specifically uses the USPS WebTools to generate a label.
Because of this, the PIC for the mailpiece is determined by the USPS.
Assembly: CDI_WCFService3 (in CDI_WCFService3.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Function CreateLabel_MerchandiseReturn ( _ authHeader As AuthHeader, _ labelOption As IMpb..::..LabelOptions, _ associatedPIC As String, _ permitInformation As PermitInformation, _ deliveryConfirmation As Boolean _ ) As Byte()
Parameters
- authHeader
- Type: CDI_WCFService3 AuthHeader
- labelOption
- Type: MAILPiece IMpb LabelOptions
- associatedPIC
- Type: System String
- permitInformation
- Type: MAILPiece PermitInformation
- deliveryConfirmation
- Type: System Boolean
Return Value
Remarks
See Also