Click or drag to resize

IBusinessObjectApiTransmit Method

Transmit

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

Parameters

userContext
Type: PSI.SoxUserContext
UserContext
shipper
Type: SystemString
shipper
carrier
Type: SystemString
carrier
transmitItems
Type: System.Collections.GenericListTransmitItem
list of transmitItem
userParams
Type: PSI.SoxSerializableDictionary

Return Value

Type: ListTransmitItemResult
list of transmitItemResult
See Also