Click or drag to resize

Transmit

This topic describes the ShipExec Server Transmit Rule

A business rule hook that can be used to override the Transmit event

Sample Transmit Rule
C#
public List<TransmitItemResult> Transmit(string carrier, string shipper, List<TransmitItem> itemsToTransmit, SerializableDictionary userParams)
{
    return null;
}
See Also