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
)
List<CloseManifestResult^>^ CloseManifest(
UserContext^ userContext,
String^ shipper,
String^ carrier,
List<ManifestItem^>^ manifestItems,
bool print,
SerializableDictionary^ userParams
)
function CloseManifest(userContext, shipper, carrier, manifestItems, print, 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:
ListCloseManifestResultSee Also