Click or drag to resize

IBusinessObjectApiCloseManifest Method

CloseManifest

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
List<CloseManifestResult> CloseManifest(
	UserContext userContext,
	string shipper,
	string carrier,
	List<ManifestItem> manifestItems,
	bool print,
	SerializableDictionary userParams
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext
shipper
Type: SystemString
Shipper
carrier
Type: SystemString
Carrier
manifestItems
Type: System.Collections.GenericListManifestItem
list of closeoutItem
print
Type: SystemBoolean
indicates whether to print
userParams
Type: PSI.SoxSerializableDictionary
user parameters

Return Value

Type: ListCloseManifestResult
See Also