Click or drag to resize

PreModifyPackageList

This topic describes the ShipExec Server PreModifyPackageList Rule

A business rule hook that fires before the ModifyPackageList event

Sample PreModifyPackageList Rule
C#
public void PreModifyPackageList(string carrier, List<long> globalMsns, Package package, SerializableDictionary userParams)
{

}
See Also