RateLink Integration Tools
Overview
RateLink provides a webservice API interface for integrating the rating application into your systems.
Using this system requires that an SSID is provided by our staff. Once you have the SSID it should be put into the
SOAP headers for all calls made to RateLink.
The URL for the web service is:
http://ratelink.3plsystems.com/webservice/RateEngine.asmx
A WSDL file can be obtained at the same URL.
Functions
These are the functions that can be used with the WebService.
Rate Request
This is the primary function used to generate rates. Call this function one time for each Rate request. The response object will return a list of matching rates.
Rate Request Details
Module List
Returns a list of modules that are active on the account.
Module List Details
Tariff List
Returns a list of tariffs that are active on the account.
Tariff List Details
Test Connection
This function is only used for testing and will verify that you are able to authenticate using your SSID.
Status Codes
Descriptions of all available status codes are listed in this class.
Status Codes List