Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

This Web Service Call allows a third party application to retrieve a list of services and their associated estimated charges based on the parameters provided such as:

  1. Sending Location
  2. Receiving Location
  3. Dimensions of the freight to be quoted

This service only provides estimated charges (which may include fees) but the final invoice amount will be determined once the freight has successfully traveled. 


Note

GetChargeQuote3 returns the exact same information as GetQuote. This example includes a Country Code and consignment relevant information that may help provide a more accurate quote.

*Learn how to chain this call in Creating Chained Requests

...

Code Block
languagexml
themeRDark
firstline1
titleSuccessful Web Service Call Response
linenumberstrue
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <GetChargeQuote3Response xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
            <GetChargeQuote3Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <ServicePricing>
                    <CalculatedSUType>UnDefined</CalculatedSUType>
                    <CarrierID>106008</CarrierID>
                    <CarrierName>StarTrack Express</CarrierName>
                    <CarrierService>EXP</CarrierService>
                    <ETA>02/08/2019</ETA>
                    <FeesCharge>1.1300</FeesCharge>
                    <FreightCharge>8.0400</FreightCharge>
                    <ID>0</ID>
                    <NetCharge>9.1700</NetCharge>
                    <RateID>15433078</RateID>
                    <ServiceName>StarTrack Road Express</ServiceName>
                    <ShipperService>STEEXP</ShipperService>
                    <TaxCharge>0.9100</TaxCharge>
                    <TotalCharge>10.0800</TotalCharge>
                    <WebDescription>Startrack Road Express</WebDescription>
                    <ZoneFrom>MEL</ZoneFrom>
                    <ZoneTo>MEL</ZoneTo>
                </ServicePricing>
                <ServicePricing>
                    <CalculatedSUType>UnDefined</CalculatedSUType>
                    <CarrierID>106008</CarrierID>
                    <CarrierName>StarTrack Express</CarrierName>
                    <CarrierService>FPP</CarrierService>
                    <ETA>02/08/2019</ETA>
                    <FeesCharge>2.4500</FeesCharge>
                    <FreightCharge>16.0700</FreightCharge>
                    <ID>0</ID>
                    <NetCharge>18.5200</NetCharge>
                    <RateID>15433553</RateID>
                    <ServiceName>Star Track Fixed Price Premium</ServiceName>
                    <ShipperService>STEFPP</ShipperService>
                    <TaxCharge>1.8600</TaxCharge>
                    <TotalCharge>20.3800</TotalCharge>
                    <WebDescription>Star Track Fixed Price Premium</WebDescription>
                    <ZoneFrom>MEL</ZoneFrom>
                    <ZoneTo>MEL</ZoneTo>
                </ServicePricing>
            </GetChargeQuote3Result>
        </GetChargeQuote3Response>
    </s:Body>
</s:Envelope>

...


Related articles

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20f86d
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "FLIP"
labelskb-how-to-article

...