Service


Click here for a complete list of operations.

RateMyShipmentWithCarrierLiability

Using this service any carrierrate user can give his shipment details.this service will return full details of carrier charging lowest rate for given shipment locations, shipment specifications and as per avalied services.

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 /RateQuoteService/service.asmx HTTP/1.1
Host: www.carrierrate.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://carrierate.com/RateMyShipmentWithCarrierLiability"

<?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>
    <RateMyShipmentWithCarrierLiability xmlns="http://carrierate.com/">
      <quoteInfo>
        <ShipperUserNameWithCarrierRate>string</ShipperUserNameWithCarrierRate>
        <ShipperPasswordWithCarrierRate>string</ShipperPasswordWithCarrierRate>
        <ShipmentRequestDate>dateTime</ShipmentRequestDate>
        <ShipmentOriginZip>string</ShipmentOriginZip>
        <ShipmentDestinationZip>string</ShipmentDestinationZip>
        <ShipmentPickupService>None or Liftgate or Residential or Both</ShipmentPickupService>
        <ShipmentDropoffService>None or Liftgate or Residential or Both</ShipmentDropoffService>
        <ShipmentExtraService>None or InsideDelivery or Notify or All</ShipmentExtraService>
        <IsTradeShow>boolean</IsTradeShow>
        <IsSortnSegregate>boolean</IsSortnSegregate>
        <IsInsidePickup>boolean</IsInsidePickup>
        <IsExtremeLength>boolean</IsExtremeLength>
        <ExtremeLength>int</ExtremeLength>
        <ExtremeLengthBundleCount>int</ExtremeLengthBundleCount>
        <isInsuranceRequired>boolean</isInsuranceRequired>
        <isNewItem>boolean</isNewItem>
        <RequiredInsuranceAmount>double</RequiredInsuranceAmount>
        <NonCommercialDeliveryType>None or Airport or ConstructionUtilitySite or CorrectionalFacility or MilitaryBase or PiersWharves or StorageFacility or Church or Farm or School or Ranch or CountryClub or ShoppingMall or MinesQuarries or GolfCourse or NursingHomes or GovernmentSite or ContainerFreightStation or Hotel or LimitedAccessDelivery</NonCommercialDeliveryType>
        <IsProtectFromFreeze>boolean</IsProtectFromFreeze>
      </quoteInfo>
      <quoteItems>
        <QuoteItemsInfo>
          <FAKClass>int</FAKClass>
          <ItemWeight>int</ItemWeight>
          <ItemHeight>double</ItemHeight>
          <ItemLength>double</ItemLength>
          <ItemWidth>double</ItemWidth>
          <PackageTypeName>string</PackageTypeName>
          <PackageTypeId>int</PackageTypeId>
          <ProductId>int</ProductId>
          <ItemNmfc>string</ItemNmfc>
          <Hazardous>boolean</Hazardous>
          <Pieces>int</Pieces>
          <PieceDescription>string</PieceDescription>
          <PalletCount>int</PalletCount>
        </QuoteItemsInfo>
        <QuoteItemsInfo>
          <FAKClass>int</FAKClass>
          <ItemWeight>int</ItemWeight>
          <ItemHeight>double</ItemHeight>
          <ItemLength>double</ItemLength>
          <ItemWidth>double</ItemWidth>
          <PackageTypeName>string</PackageTypeName>
          <PackageTypeId>int</PackageTypeId>
          <ProductId>int</ProductId>
          <ItemNmfc>string</ItemNmfc>
          <Hazardous>boolean</Hazardous>
          <Pieces>int</Pieces>
          <PieceDescription>string</PieceDescription>
          <PalletCount>int</PalletCount>
        </QuoteItemsInfo>
      </quoteItems>
    </RateMyShipmentWithCarrierLiability>
  </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>
    <RateMyShipmentWithCarrierLiabilityResponse xmlns="http://carrierate.com/">
      <RateMyShipmentWithCarrierLiabilityResult>
        <QuoteRatesWithCarrierLiability>
          <CarrierLiablityNew>double</CarrierLiablityNew>
          <CarrierLiablityUsed>double</CarrierLiablityUsed>
        </QuoteRatesWithCarrierLiability>
        <QuoteRatesWithCarrierLiability>
          <CarrierLiablityNew>double</CarrierLiablityNew>
          <CarrierLiablityUsed>double</CarrierLiablityUsed>
        </QuoteRatesWithCarrierLiability>
      </RateMyShipmentWithCarrierLiabilityResult>
    </RateMyShipmentWithCarrierLiabilityResponse>
  </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 /RateQuoteService/service.asmx HTTP/1.1
Host: www.carrierrate.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>
    <RateMyShipmentWithCarrierLiability xmlns="http://carrierate.com/">
      <quoteInfo>
        <ShipperUserNameWithCarrierRate>string</ShipperUserNameWithCarrierRate>
        <ShipperPasswordWithCarrierRate>string</ShipperPasswordWithCarrierRate>
        <ShipmentRequestDate>dateTime</ShipmentRequestDate>
        <ShipmentOriginZip>string</ShipmentOriginZip>
        <ShipmentDestinationZip>string</ShipmentDestinationZip>
        <ShipmentPickupService>None or Liftgate or Residential or Both</ShipmentPickupService>
        <ShipmentDropoffService>None or Liftgate or Residential or Both</ShipmentDropoffService>
        <ShipmentExtraService>None or InsideDelivery or Notify or All</ShipmentExtraService>
        <IsTradeShow>boolean</IsTradeShow>
        <IsSortnSegregate>boolean</IsSortnSegregate>
        <IsInsidePickup>boolean</IsInsidePickup>
        <IsExtremeLength>boolean</IsExtremeLength>
        <ExtremeLength>int</ExtremeLength>
        <ExtremeLengthBundleCount>int</ExtremeLengthBundleCount>
        <isInsuranceRequired>boolean</isInsuranceRequired>
        <isNewItem>boolean</isNewItem>
        <RequiredInsuranceAmount>double</RequiredInsuranceAmount>
        <NonCommercialDeliveryType>None or Airport or ConstructionUtilitySite or CorrectionalFacility or MilitaryBase or PiersWharves or StorageFacility or Church or Farm or School or Ranch or CountryClub or ShoppingMall or MinesQuarries or GolfCourse or NursingHomes or GovernmentSite or ContainerFreightStation or Hotel or LimitedAccessDelivery</NonCommercialDeliveryType>
        <IsProtectFromFreeze>boolean</IsProtectFromFreeze>
      </quoteInfo>
      <quoteItems>
        <QuoteItemsInfo>
          <FAKClass>int</FAKClass>
          <ItemWeight>int</ItemWeight>
          <ItemHeight>double</ItemHeight>
          <ItemLength>double</ItemLength>
          <ItemWidth>double</ItemWidth>
          <PackageTypeName>string</PackageTypeName>
          <PackageTypeId>int</PackageTypeId>
          <ProductId>int</ProductId>
          <ItemNmfc>string</ItemNmfc>
          <Hazardous>boolean</Hazardous>
          <Pieces>int</Pieces>
          <PieceDescription>string</PieceDescription>
          <PalletCount>int</PalletCount>
        </QuoteItemsInfo>
        <QuoteItemsInfo>
          <FAKClass>int</FAKClass>
          <ItemWeight>int</ItemWeight>
          <ItemHeight>double</ItemHeight>
          <ItemLength>double</ItemLength>
          <ItemWidth>double</ItemWidth>
          <PackageTypeName>string</PackageTypeName>
          <PackageTypeId>int</PackageTypeId>
          <ProductId>int</ProductId>
          <ItemNmfc>string</ItemNmfc>
          <Hazardous>boolean</Hazardous>
          <Pieces>int</Pieces>
          <PieceDescription>string</PieceDescription>
          <PalletCount>int</PalletCount>
        </QuoteItemsInfo>
      </quoteItems>
    </RateMyShipmentWithCarrierLiability>
  </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>
    <RateMyShipmentWithCarrierLiabilityResponse xmlns="http://carrierate.com/">
      <RateMyShipmentWithCarrierLiabilityResult>
        <QuoteRatesWithCarrierLiability>
          <CarrierLiablityNew>double</CarrierLiablityNew>
          <CarrierLiablityUsed>double</CarrierLiablityUsed>
        </QuoteRatesWithCarrierLiability>
        <QuoteRatesWithCarrierLiability>
          <CarrierLiablityNew>double</CarrierLiablityNew>
          <CarrierLiablityUsed>double</CarrierLiablityUsed>
        </QuoteRatesWithCarrierLiability>
      </RateMyShipmentWithCarrierLiabilityResult>
    </RateMyShipmentWithCarrierLiabilityResponse>
  </soap12:Body>
</soap12:Envelope>