Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

GetRates Method

Returns rate information for a specified or all available services.

Syntax

[VB.NET]
Public Sub GetRates()
[C#]
public void GetRates();

Remarks

To get the courtesy rate quotes for the Provider's services, you can call the GetRates method. If rates are needed for a specific service type, you will have to set the RequestedService to the value you need the rates for (other than 0 : stUnspecified). The RequestedService identifies the specific service for which you want to retrieve rate information.

If the rates are wanted for all available services, you should set the RequestedService to 0 (stUnspecified). Following validation, the EzRates identifies and rates all available services. The server response will include a list of services, their associated rate, and guaranteed delivery time, if available.

In either case, the following properties or config settings are sent in the request (if any of these have not been set, their default values will be used instead):

Returned values upon a successful reply are:

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0