Click or drag to resize

IShippingAdapterDeleteHistoryItems Method

deletes the HistoryItem data from 's transactional database.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
void DeleteHistoryItems(
	string carrier,
	string shipper,
	List<HistoryItem> historyItems
)

Parameters

carrier
Type: SystemString
Carrier Symbol.
shipper
Type: SystemString
Shipper Symbol.
historyItems
Type: System.Collections.GenericListHistoryItem
list of historyItem
See Also