Click or drag to resize

PostCloseManifest

This topic describes the ShipExec Server PostCloseManifest Rule

A business rule hook that fires after CloseManifest event

Sample PostCloseManifest Rule
C#
public void PostCloseManifest(string carrier, string shipper, ManifestItem manifestItem, CloseManifestResult closeOutResult, List<Package> packages, SerializableDictionary userParams)
{

}
See Also