PostTransmit |
This topic describes the ShipExec Server PostTransmit Rule
A business rule hook that fires after the Transmit event
public void PostTransmit(string carrier, string shipper, List<TransmitItem> itemsToTransmit, SerializableDictionary userParams) { }