Click or drag to resize

PreRate

This topic describes the ShipExec Server PreRate Business Rule

A business rule hook that fires before the Rate event

Sample PreRate Business Rule
C#
public void PreRate(ShipmentRequest shipmentRequest, List<Service> services, SortType sortType, SerializableDictionary userParams)
{

}
See Also