Click or drag to resize

CloseManifest

This topic describes the ShipExec Server CloseManifest Rule

A business rule hook that can be used to override the CloseManifest event

Sample CloseManifest Rule
C#
public CloseManifestResult CloseManifest(string carrier, string shipper, ManifestItem manifestItem, SerializableDictionary userParams)
{
    return null;
}
See Also