Click or drag to resize

IRatingAdapterRate Method

Rates a shipment.

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
List<ShipmentResponse> Rate(
	ShipmentRequest shipmentRequest,
	List<string> services,
	int sortOrder
)

Parameters

shipmentRequest
Type: PSI.SoxShipmentRequest
ShipmentRequest to be rated.
services
Type: System.Collections.GenericListString
List of services to be rated.
sortOrder
Type: SystemInt32
Sort order based on Time in Transit or Rate.

Return Value

Type: ListShipmentResponse
ShipmentResponse
See Also