Click or drag to resize

IShippingAdapterModifyPackageList Method

Modify package List

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
ModifyPackageListResult ModifyPackageList(
	string carrier,
	List<long> msnlist,
	Package package
)

Parameters

carrier
Type: SystemString
carrier
msnlist
Type: System.Collections.GenericListInt64

[Missing <param name="msnlist"/> documentation for "M:PSI.Sox.Adapter.Interfaces.IShippingAdapter.ModifyPackageList(System.String,System.Collections.Generic.List{System.Int64},PSI.Sox.Package)"]

package
Type: Package
Package

Return Value

Type: ModifyPackageListResult
ModifyPackageListResult
See Also