Click or drag to resize

IBusinessObjectApiRemoveTransmitItems Method

RemoveTransmitItems

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

Parameters

userContext
Type: PSI.SoxUserContext
shipper
Type: SystemString
carrier
Type: SystemString
transmitItems
Type: System.Collections.GenericListTransmitItem
See Also