Click or drag to resize

PostCreateGroup

This topic describes the ShipExec Server PostCreateGroup Rule

A business rule hook that fires after the CreateGroup event

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

}
See Also