Click or drag to resize

PostTransmit

This topic describes the ShipExec Server PostTransmit Rule

A business rule hook that fires after the Transmit event

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

}
See Also