Click or drag to resize

PreCreateGroup

This topic describes the ShipExec Server PreCreateGroup Rule

A business rule hook that fires before the CreateGroup event

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

}
See Also