Click or drag to resize

PreModifyGroup

This topic describes the ShipExec Server PreModifyGroup Rule

A business rule hook that fires before the ModifyGroup event

Sample PreModifyGroup Rule
C#
public void PreModifyGroup(string carrier, long groupId, string groupType, PackageRequest packageRequest, SerializableDictionary userParams)
{

}
See Also