Click or drag to resize

PreCloseManifest

This topic describes the ShipExec Server PreCloseManifest Rule

A business rule hook that fires before the CloseManifest event

Sample PreCloseManifest Rule
C#
public void PreCloseManifest(string carrier, string shipper, ManifestItem manifestItem, SerializableDictionary userParams)
{

}
See Also