Click or drag to resize

IAdapterDataHelper Interface

IShippingAdapterDataHelper interface

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
public interface IAdapterDataHelper

The IAdapterDataHelper type exposes the following members.

Methods
  NameDescription
Public methodGetBundleDocument
Gets a Bundle Document
Public methodGetBundleIdFromMsn
gets the bundle id for the package
Public methodGetCountries
Gets a list of countries
Public methodGetGroup
Public methodGetGroupDocument
Gets a Group Document
Public methodGetGroups
Public methodGetImagesFromUrl
Gets Image from Url
Public methodGetManifestDocument
Gets a Manifest Document
Public methodGetNextBundleId
Gets next bundle id.
Public methodGetNextMsn
gets next msn
Public methodGetPackageDocument
Gets a Package Document
Public methodGetPackageInfo
Gets package info for the msn
Public methodGetPdfFromImages
Converts image to pdf
Public methodGetPdfsFromUrl
Gets PDF from Url
Public methodGetPdocFromImages
Gets Pdoc from images
Public methodGetPdocFromPdf
Gets Pdoc from stream
Public methodGetPdocFromUrl
Gets Pdoc from Url
Public methodGetPdocFromZpl
Gets a Pdoc from a label
Public methodGetPickupInfo
Gets a Pickup using pickupReferenceNumber
Public methodGetShipperInformation
Gets the Shipper
Public methodGetTrackingNumber
Gets the tracking number for the msn
Public methodInsertBundleDocument
Inserts a Bundle Document
Public methodInsertGroupDocument
Inserts a Group Document
Public methodInsertManifestDocument
Inserts a Manifest Document
Public methodInsertPackageDocument
Inserts a Package Document
Public methodUpdateGroup
Public methodUpdateGroupStatus
Top
See Also