RateQuoteService


Click here for a complete list of operations.

GetRateQuote

Gets a Rate Quote.

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /1.0.0/RateQuoteService.asmx HTTP/1.1
Host: api.rlcarriers.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.rlcarriers.com/GetRateQuote"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetRateQuote xmlns="http://www.rlcarriers.com/">
      <APIKey>string</APIKey>
      <request>
        <LineOfBusiness>string</LineOfBusiness>
        <QuoteType>AlaskaHawaii or Domestic or International</QuoteType>
        <CODAmount>decimal</CODAmount>
        <CustomerDiscount>decimal</CustomerDiscount>
        <Origin>
          <City>string</City>
          <StateOrProvince>string</StateOrProvince>
          <ZipOrPostalCode>string</ZipOrPostalCode>
          <CountryCode>string</CountryCode>
        </Origin>
        <Destination>
          <City>string</City>
          <StateOrProvince>string</StateOrProvince>
          <ZipOrPostalCode>string</ZipOrPostalCode>
          <CountryCode>string</CountryCode>
        </Destination>
        <HandlingUnits>
          <HandlingUnit>
            <Class>string</Class>
            <Weight>float</Weight>
            <Width>float</Width>
            <Height>float</Height>
            <Length>float</Length>
            <CubicFeet>float</CubicFeet>
            <RateValue>decimal</RateValue>
            <TotalValue>decimal</TotalValue>
          </HandlingUnit>
          <HandlingUnit>
            <Class>string</Class>
            <Weight>float</Weight>
            <Width>float</Width>
            <Height>float</Height>
            <Length>float</Length>
            <CubicFeet>float</CubicFeet>
            <RateValue>decimal</RateValue>
            <TotalValue>decimal</TotalValue>
          </HandlingUnit>
        </HandlingUnits>
        <DeclaredValue>decimal</DeclaredValue>
        <Accessorials>
          <Accessorial>InsideDelivery or ResidentialPickup or ResidentialDelivery or OriginLiftgate or DestinationLiftgate or DeliveryNotification or Freezable or Hazmat or InsidePickup or LimitedAccessPickup or DockPickup or DockDelivery or AirportPickup or AirportDelivery or LimitedAccessDelivery or CubicFeet or KeepFromFreezing or DoorToDoor or COD or FZ</Accessorial>
          <Accessorial>InsideDelivery or ResidentialPickup or ResidentialDelivery or OriginLiftgate or DestinationLiftgate or DeliveryNotification or Freezable or Hazmat or InsidePickup or LimitedAccessPickup or DockPickup or DockDelivery or AirportPickup or AirportDelivery or LimitedAccessDelivery or CubicFeet or KeepFromFreezing or DoorToDoor or COD or FZ</Accessorial>
        </Accessorials>
      </request>
    </GetRateQuote>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetRateQuoteResponse xmlns="http://www.rlcarriers.com/">
      <GetRateQuoteResult>
        <Result>
          <MyRLCID>string</MyRLCID>
          <Origin>
            <City>string</City>
            <StateOrProvince>string</StateOrProvince>
            <ZipOrPostalCode>string</ZipOrPostalCode>
            <CountryCode>string</CountryCode>
          </Origin>
          <Destination>
            <City>string</City>
            <StateOrProvince>string</StateOrProvince>
            <ZipOrPostalCode>string</ZipOrPostalCode>
            <CountryCode>string</CountryCode>
          </Destination>
          <OriginServiceCenter>
            <Code>string</Code>
            <Location>string</Location>
            <ZipCode>string</ZipCode>
            <Phone>string</Phone>
            <Address1>string</Address1>
            <Address2>string</Address2>
          </OriginServiceCenter>
          <DestinationServiceCenter>
            <Code>string</Code>
            <Location>string</Location>
            <ZipCode>string</ZipCode>
            <Phone>string</Phone>
            <Address1>string</Address1>
            <Address2>string</Address2>
          </DestinationServiceCenter>
          <ServiceDays>int</ServiceDays>
          <CustomerDiscounts>decimal</CustomerDiscounts>
          <HandlingUnits>
            <HandlingUnit xsi:nil="true" />
            <HandlingUnit xsi:nil="true" />
          </HandlingUnits>
          <ChargeTypes>
            <ChargeType xsi:nil="true" />
            <ChargeType xsi:nil="true" />
          </ChargeTypes>
          <Ocean>
            <ServiceDays>int</ServiceDays>
            <Entry xsi:nil="true" />
            <Exit xsi:nil="true" />
            <Messages xsi:nil="true" />
          </Ocean>
          <Messages>
            <Message xsi:nil="true" />
            <Message xsi:nil="true" />
          </Messages>
          <ServiceLevels>
            <ServiceLevel xsi:nil="true" />
            <ServiceLevel xsi:nil="true" />
          </ServiceLevels>
        </Result>
      </GetRateQuoteResult>
    </GetRateQuoteResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /1.0.0/RateQuoteService.asmx HTTP/1.1
Host: api.rlcarriers.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetRateQuote xmlns="http://www.rlcarriers.com/">
      <APIKey>string</APIKey>
      <request>
        <LineOfBusiness>string</LineOfBusiness>
        <QuoteType>AlaskaHawaii or Domestic or International</QuoteType>
        <CODAmount>decimal</CODAmount>
        <CustomerDiscount>decimal</CustomerDiscount>
        <Origin>
          <City>string</City>
          <StateOrProvince>string</StateOrProvince>
          <ZipOrPostalCode>string</ZipOrPostalCode>
          <CountryCode>string</CountryCode>
        </Origin>
        <Destination>
          <City>string</City>
          <StateOrProvince>string</StateOrProvince>
          <ZipOrPostalCode>string</ZipOrPostalCode>
          <CountryCode>string</CountryCode>
        </Destination>
        <HandlingUnits>
          <HandlingUnit>
            <Class>string</Class>
            <Weight>float</Weight>
            <Width>float</Width>
            <Height>float</Height>
            <Length>float</Length>
            <CubicFeet>float</CubicFeet>
            <RateValue>decimal</RateValue>
            <TotalValue>decimal</TotalValue>
          </HandlingUnit>
          <HandlingUnit>
            <Class>string</Class>
            <Weight>float</Weight>
            <Width>float</Width>
            <Height>float</Height>
            <Length>float</Length>
            <CubicFeet>float</CubicFeet>
            <RateValue>decimal</RateValue>
            <TotalValue>decimal</TotalValue>
          </HandlingUnit>
        </HandlingUnits>
        <DeclaredValue>decimal</DeclaredValue>
        <Accessorials>
          <Accessorial>InsideDelivery or ResidentialPickup or ResidentialDelivery or OriginLiftgate or DestinationLiftgate or DeliveryNotification or Freezable or Hazmat or InsidePickup or LimitedAccessPickup or DockPickup or DockDelivery or AirportPickup or AirportDelivery or LimitedAccessDelivery or CubicFeet or KeepFromFreezing or DoorToDoor or COD or FZ</Accessorial>
          <Accessorial>InsideDelivery or ResidentialPickup or ResidentialDelivery or OriginLiftgate or DestinationLiftgate or DeliveryNotification or Freezable or Hazmat or InsidePickup or LimitedAccessPickup or DockPickup or DockDelivery or AirportPickup or AirportDelivery or LimitedAccessDelivery or CubicFeet or KeepFromFreezing or DoorToDoor or COD or FZ</Accessorial>
        </Accessorials>
      </request>
    </GetRateQuote>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetRateQuoteResponse xmlns="http://www.rlcarriers.com/">
      <GetRateQuoteResult>
        <Result>
          <MyRLCID>string</MyRLCID>
          <Origin>
            <City>string</City>
            <StateOrProvince>string</StateOrProvince>
            <ZipOrPostalCode>string</ZipOrPostalCode>
            <CountryCode>string</CountryCode>
          </Origin>
          <Destination>
            <City>string</City>
            <StateOrProvince>string</StateOrProvince>
            <ZipOrPostalCode>string</ZipOrPostalCode>
            <CountryCode>string</CountryCode>
          </Destination>
          <OriginServiceCenter>
            <Code>string</Code>
            <Location>string</Location>
            <ZipCode>string</ZipCode>
            <Phone>string</Phone>
            <Address1>string</Address1>
            <Address2>string</Address2>
          </OriginServiceCenter>
          <DestinationServiceCenter>
            <Code>string</Code>
            <Location>string</Location>
            <ZipCode>string</ZipCode>
            <Phone>string</Phone>
            <Address1>string</Address1>
            <Address2>string</Address2>
          </DestinationServiceCenter>
          <ServiceDays>int</ServiceDays>
          <CustomerDiscounts>decimal</CustomerDiscounts>
          <HandlingUnits>
            <HandlingUnit xsi:nil="true" />
            <HandlingUnit xsi:nil="true" />
          </HandlingUnits>
          <ChargeTypes>
            <ChargeType xsi:nil="true" />
            <ChargeType xsi:nil="true" />
          </ChargeTypes>
          <Ocean>
            <ServiceDays>int</ServiceDays>
            <Entry xsi:nil="true" />
            <Exit xsi:nil="true" />
            <Messages xsi:nil="true" />
          </Ocean>
          <Messages>
            <Message xsi:nil="true" />
            <Message xsi:nil="true" />
          </Messages>
          <ServiceLevels>
            <ServiceLevel xsi:nil="true" />
            <ServiceLevel xsi:nil="true" />
          </ServiceLevels>
        </Result>
      </GetRateQuoteResult>
    </GetRateQuoteResponse>
  </soap12:Body>
</soap12:Envelope>