Click or drag to resize

IBusinessObjectTransmit Method

Business rules hook that can be used to override the Transmit event.

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
List<TransmitItemResult> Transmit(
	string carrier,
	string shipper,
	List<TransmitItem> transmitItems,
	SerializableDictionary userParams
)

Parameters

carrier
Type: SystemString
ShipExec Carrier Symbol. Example: CONNECTSHIP_UPS.UPS
shipper
Type: SystemString
ShipExec Shipper Symbol. Example: TEX
transmitItems
Type: System.Collections.GenericListTransmitItem
List of transmit items
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.

Return Value

Type: ListTransmitItemResult
See Also