Click or drag to resize

IShippingAdapterCloseManifest Method

closes out an open CloseManifest grouping in .

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
List<CloseManifestResult> CloseManifest(
	string carrier,
	string shipper,
	List<ManifestItem> manifestItems
)

Parameters

carrier
Type: SystemString
Carrier Symbol
shipper
Type: SystemString
Shipper
manifestItems
Type: System.Collections.GenericListManifestItem
CloseManifest Item Symbol

Return Value

Type: ListCloseManifestResult
ShipFileItem symbol integer.
See Also