Click or drag to resize

IBusinessObjectApiRate Method

Rate Method

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
List<ShipmentResponse> Rate(
	UserContext userContext,
	ShipmentRequest shipmentRequest,
	List<Service> services,
	SortType sortType,
	SerializableDictionary userParams
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext
shipmentRequest
Type: PSI.SoxShipmentRequest
ShipmentRequest
services
Type: System.Collections.GenericListService
List of service
sortType
Type: PSI.SoxSortType
SortType
userParams
Type: PSI.SoxSerializableDictionary
SerializableDictionary

Return Value

Type: ListShipmentResponse
See Also