IShippingAdapterRate Method | |
rates the specified objects requests through the APIs.
Namespace:
PSI.Sox.Adapter.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<ShipmentResponse> Rate(
ShipmentRequest request,
List<string> services,
SortType sortType
)
Parameters
- request
- Type: PSI.SoxShipmentRequest
PackageRequest object of a one package shipment that needs rating. - services
- Type: System.Collections.GenericListString
Array of Service Symbols (SCS) - sortType
- Type: SortType
Sets the return sort order of the ShipmentResponses.
No Order-- 0, Lowest Rate-- 1, or Earliest Commitment-- 2
Return Value
Type:
ListShipmentResponseArray of ShipmentResponses of rating information based off the multiple rated services.
See Also