Transmit |
This topic describes the ShipExec Server Transmit Rule
A business rule hook that can be used to override the Transmit event
public List<TransmitItemResult> Transmit(string carrier, string shipper, List<TransmitItem> itemsToTransmit, SerializableDictionary userParams) { return null; }