Click or drag to resize

PreTransmit

This topic describes the ShipExec Server PreTransmit Rule

A business rule hook that fires before the Transmit event

Sample PreTransmit Rule
C#
public void PreTransmit(string carrier, string shipper, List<TransmitItem> itemsToTransmit, SerializableDictionary userParams)
{

}
See Also