ShippingQuoteWS


Click here for a complete list of operations.

Rate

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
userName:
password:
sellerCEP:
recipientCEP:
shipmentInvoiceValue:
shipmentWeight:
shipmentLength:
shipmentHeight:
shipmentWidth:
shipmentDiameter:

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 /logistics/ShippingQuoteWS.asmx HTTP/1.1
Host: services.frenet.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Rate"

<?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>
    <Rate xmlns="http://tempuri.org/">
      <userName>string</userName>
      <password>string</password>
      <sellerCEP>string</sellerCEP>
      <recipientCEP>string</recipientCEP>
      <shipmentInvoiceValue>decimal</shipmentInvoiceValue>
      <shipmentWeight>decimal</shipmentWeight>
      <shipmentLength>decimal</shipmentLength>
      <shipmentHeight>decimal</shipmentHeight>
      <shipmentWidth>decimal</shipmentWidth>
      <shipmentDiameter>decimal</shipmentDiameter>
    </Rate>
  </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>
    <RateResponse xmlns="http://tempuri.org/">
      <RateResult>
        <ShippingSevicesArray>
          <ShippingSevices>
            <ServiceID>int</ServiceID>
            <ServiceCode>string</ServiceCode>
            <ServiceDescription>string</ServiceDescription>
            <Carrier>string</Carrier>
            <ShippingPrice>string</ShippingPrice>
            <OriginalShippingPrice>string</OriginalShippingPrice>
            <DeliveryTime>string</DeliveryTime>
            <OriginalDeliveryTime>string</OriginalDeliveryTime>
            <InfoCalculate xsi:nil="true" />
            <ResponseTime>string</ResponseTime>
            <Error>boolean</Error>
            <Msg>string</Msg>
            <Pickup xsi:nil="true" />
            <AllowBuyLabel>boolean</AllowBuyLabel>
            <OwnerContract>boolean</OwnerContract>
            <FrenetContract>boolean</FrenetContract>
            <DeliveryBranchOffice>string</DeliveryBranchOffice>
            <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
            <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
            <FranchiseValue>string</FranchiseValue>
            <HubValue>string</HubValue>
            <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
          </ShippingSevices>
          <ShippingSevices>
            <ServiceID>int</ServiceID>
            <ServiceCode>string</ServiceCode>
            <ServiceDescription>string</ServiceDescription>
            <Carrier>string</Carrier>
            <ShippingPrice>string</ShippingPrice>
            <OriginalShippingPrice>string</OriginalShippingPrice>
            <DeliveryTime>string</DeliveryTime>
            <OriginalDeliveryTime>string</OriginalDeliveryTime>
            <InfoCalculate xsi:nil="true" />
            <ResponseTime>string</ResponseTime>
            <Error>boolean</Error>
            <Msg>string</Msg>
            <Pickup xsi:nil="true" />
            <AllowBuyLabel>boolean</AllowBuyLabel>
            <OwnerContract>boolean</OwnerContract>
            <FrenetContract>boolean</FrenetContract>
            <DeliveryBranchOffice>string</DeliveryBranchOffice>
            <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
            <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
            <FranchiseValue>string</FranchiseValue>
            <HubValue>string</HubValue>
            <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
          </ShippingSevices>
        </ShippingSevicesArray>
        <Message>string</Message>
      </RateResult>
    </RateResponse>
  </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 /logistics/ShippingQuoteWS.asmx HTTP/1.1
Host: services.frenet.com.br
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>
    <Rate xmlns="http://tempuri.org/">
      <userName>string</userName>
      <password>string</password>
      <sellerCEP>string</sellerCEP>
      <recipientCEP>string</recipientCEP>
      <shipmentInvoiceValue>decimal</shipmentInvoiceValue>
      <shipmentWeight>decimal</shipmentWeight>
      <shipmentLength>decimal</shipmentLength>
      <shipmentHeight>decimal</shipmentHeight>
      <shipmentWidth>decimal</shipmentWidth>
      <shipmentDiameter>decimal</shipmentDiameter>
    </Rate>
  </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>
    <RateResponse xmlns="http://tempuri.org/">
      <RateResult>
        <ShippingSevicesArray>
          <ShippingSevices>
            <ServiceID>int</ServiceID>
            <ServiceCode>string</ServiceCode>
            <ServiceDescription>string</ServiceDescription>
            <Carrier>string</Carrier>
            <ShippingPrice>string</ShippingPrice>
            <OriginalShippingPrice>string</OriginalShippingPrice>
            <DeliveryTime>string</DeliveryTime>
            <OriginalDeliveryTime>string</OriginalDeliveryTime>
            <InfoCalculate xsi:nil="true" />
            <ResponseTime>string</ResponseTime>
            <Error>boolean</Error>
            <Msg>string</Msg>
            <Pickup xsi:nil="true" />
            <AllowBuyLabel>boolean</AllowBuyLabel>
            <OwnerContract>boolean</OwnerContract>
            <FrenetContract>boolean</FrenetContract>
            <DeliveryBranchOffice>string</DeliveryBranchOffice>
            <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
            <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
            <FranchiseValue>string</FranchiseValue>
            <HubValue>string</HubValue>
            <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
          </ShippingSevices>
          <ShippingSevices>
            <ServiceID>int</ServiceID>
            <ServiceCode>string</ServiceCode>
            <ServiceDescription>string</ServiceDescription>
            <Carrier>string</Carrier>
            <ShippingPrice>string</ShippingPrice>
            <OriginalShippingPrice>string</OriginalShippingPrice>
            <DeliveryTime>string</DeliveryTime>
            <OriginalDeliveryTime>string</OriginalDeliveryTime>
            <InfoCalculate xsi:nil="true" />
            <ResponseTime>string</ResponseTime>
            <Error>boolean</Error>
            <Msg>string</Msg>
            <Pickup xsi:nil="true" />
            <AllowBuyLabel>boolean</AllowBuyLabel>
            <OwnerContract>boolean</OwnerContract>
            <FrenetContract>boolean</FrenetContract>
            <DeliveryBranchOffice>string</DeliveryBranchOffice>
            <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
            <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
            <FranchiseValue>string</FranchiseValue>
            <HubValue>string</HubValue>
            <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
          </ShippingSevices>
        </ShippingSevicesArray>
        <Message>string</Message>
      </RateResult>
    </RateResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /logistics/ShippingQuoteWS.asmx/Rate?userName=string&password=string&sellerCEP=string&recipientCEP=string&shipmentInvoiceValue=string&shipmentWeight=string&shipmentLength=string&shipmentHeight=string&shipmentWidth=string&shipmentDiameter=string HTTP/1.1
Host: services.frenet.com.br
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ShippingQuoteResponse xmlns="http://tempuri.org/">
  <ShippingSevicesArray>
    <ShippingSevices>
      <ServiceID>int</ServiceID>
      <ServiceCode>string</ServiceCode>
      <ServiceDescription>string</ServiceDescription>
      <Carrier>string</Carrier>
      <ShippingPrice>string</ShippingPrice>
      <OriginalShippingPrice>string</OriginalShippingPrice>
      <DeliveryTime>string</DeliveryTime>
      <OriginalDeliveryTime>string</OriginalDeliveryTime>
      <InfoCalculate>
        <VlAdValorem>string</VlAdValorem>
        <VlAdValoremMin>string</VlAdValoremMin>
        <VlAdValoremRS>string</VlAdValoremRS>
        <VlGrisPerc>string</VlGrisPerc>
        <VlGrisMin>string</VlGrisMin>
        <VlGrisRS>string</VlGrisRS>
        <VlSeguroFluv>string</VlSeguroFluv>
        <VlSeguroFluvRS>string</VlSeguroFluvRS>
        <VlSuframa>string</VlSuframa>
        <VlHighRisk>string</VlHighRisk>
        <VlHighRiskMin>string</VlHighRiskMin>
        <VlHighRiskRS>string</VlHighRiskRS>
        <VlToll100Kg>string</VlToll100Kg>
        <VlTollMin>string</VlTollMin>
        <VlToll100KgRS>string</VlToll100KgRS>
        <VlTax100Kg>string</VlTax100Kg>
        <VlTax100KgRS>string</VlTax100KgRS>
        <VlTaxPerKg>string</VlTaxPerKg>
        <VlTaxPerKgRS>string</VlTaxPerKgRS>
        <VlShippingMinComp>string</VlShippingMinComp>
        <VlShippingComp>string</VlShippingComp>
        <VlAdValoremComp>string</VlAdValoremComp>
        <VlShippingPerKgComp>string</VlShippingPerKgComp>
        <VlShippingCompRS>string</VlShippingCompRS>
        <VlTas>string</VlTas>
        <VlIcms>string</VlIcms>
        <VlIcmsRS>string</VlIcmsRS>
        <VlTrt>string</VlTrt>
        <VlTrtMin>string</VlTrtMin>
        <VlTrtRS>string</VlTrtRS>
        <VlTda>string</VlTda>
        <VlTdaMin>string</VlTdaMin>
        <VlTdaRS>string</VlTdaRS>
        <VlEmex>string</VlEmex>
        <VlEmexMin>string</VlEmexMin>
        <VlEmexFrac>string</VlEmexFrac>
        <VlEmexRS>string</VlEmexRS>
        <VlAdValoremFixed>string</VlAdValoremFixed>
        <VlShippingMin>string</VlShippingMin>
        <VlShippingPerKg>string</VlShippingPerKg>
        <VlShippingPerKgRS>string</VlShippingPerKgRS>
        <VlFretePeso>string</VlFretePeso>
        <VlFretePesoRS>string</VlFretePesoRS>
        <VlWeightMax>string</VlWeightMax>
        <VlWeight>string</VlWeight>
        <VlCubicWeight>string</VlCubicWeight>
        <VlRealWeight>string</VlRealWeight>
        <VlCubage>string</VlCubage>
        <VlFreeCubage>string</VlFreeCubage>
      </InfoCalculate>
      <ResponseTime>string</ResponseTime>
      <Error>boolean</Error>
      <Msg>string</Msg>
      <Pickup>
        <PCD>boolean</PCD>
        <FederalDocument>string</FederalDocument>
        <LocalDocument>string</LocalDocument>
        <Parking>boolean</Parking>
        <LocalInfo>string</LocalInfo>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Monday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tuesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Wednesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Thursday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Friday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Saturday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Sunday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Code>string</Code>
        <Type>string</Type>
        <Name>string</Name>
        <Sponsor>string</Sponsor>
      </Pickup>
      <AllowBuyLabel>boolean</AllowBuyLabel>
      <OwnerContract>boolean</OwnerContract>
      <FrenetContract>boolean</FrenetContract>
      <DeliveryBranchOffice>string</DeliveryBranchOffice>
      <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
      <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
      <FranchiseValue>string</FranchiseValue>
      <HubValue>string</HubValue>
      <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
    </ShippingSevices>
    <ShippingSevices>
      <ServiceID>int</ServiceID>
      <ServiceCode>string</ServiceCode>
      <ServiceDescription>string</ServiceDescription>
      <Carrier>string</Carrier>
      <ShippingPrice>string</ShippingPrice>
      <OriginalShippingPrice>string</OriginalShippingPrice>
      <DeliveryTime>string</DeliveryTime>
      <OriginalDeliveryTime>string</OriginalDeliveryTime>
      <InfoCalculate>
        <VlAdValorem>string</VlAdValorem>
        <VlAdValoremMin>string</VlAdValoremMin>
        <VlAdValoremRS>string</VlAdValoremRS>
        <VlGrisPerc>string</VlGrisPerc>
        <VlGrisMin>string</VlGrisMin>
        <VlGrisRS>string</VlGrisRS>
        <VlSeguroFluv>string</VlSeguroFluv>
        <VlSeguroFluvRS>string</VlSeguroFluvRS>
        <VlSuframa>string</VlSuframa>
        <VlHighRisk>string</VlHighRisk>
        <VlHighRiskMin>string</VlHighRiskMin>
        <VlHighRiskRS>string</VlHighRiskRS>
        <VlToll100Kg>string</VlToll100Kg>
        <VlTollMin>string</VlTollMin>
        <VlToll100KgRS>string</VlToll100KgRS>
        <VlTax100Kg>string</VlTax100Kg>
        <VlTax100KgRS>string</VlTax100KgRS>
        <VlTaxPerKg>string</VlTaxPerKg>
        <VlTaxPerKgRS>string</VlTaxPerKgRS>
        <VlShippingMinComp>string</VlShippingMinComp>
        <VlShippingComp>string</VlShippingComp>
        <VlAdValoremComp>string</VlAdValoremComp>
        <VlShippingPerKgComp>string</VlShippingPerKgComp>
        <VlShippingCompRS>string</VlShippingCompRS>
        <VlTas>string</VlTas>
        <VlIcms>string</VlIcms>
        <VlIcmsRS>string</VlIcmsRS>
        <VlTrt>string</VlTrt>
        <VlTrtMin>string</VlTrtMin>
        <VlTrtRS>string</VlTrtRS>
        <VlTda>string</VlTda>
        <VlTdaMin>string</VlTdaMin>
        <VlTdaRS>string</VlTdaRS>
        <VlEmex>string</VlEmex>
        <VlEmexMin>string</VlEmexMin>
        <VlEmexFrac>string</VlEmexFrac>
        <VlEmexRS>string</VlEmexRS>
        <VlAdValoremFixed>string</VlAdValoremFixed>
        <VlShippingMin>string</VlShippingMin>
        <VlShippingPerKg>string</VlShippingPerKg>
        <VlShippingPerKgRS>string</VlShippingPerKgRS>
        <VlFretePeso>string</VlFretePeso>
        <VlFretePesoRS>string</VlFretePesoRS>
        <VlWeightMax>string</VlWeightMax>
        <VlWeight>string</VlWeight>
        <VlCubicWeight>string</VlCubicWeight>
        <VlRealWeight>string</VlRealWeight>
        <VlCubage>string</VlCubage>
        <VlFreeCubage>string</VlFreeCubage>
      </InfoCalculate>
      <ResponseTime>string</ResponseTime>
      <Error>boolean</Error>
      <Msg>string</Msg>
      <Pickup>
        <PCD>boolean</PCD>
        <FederalDocument>string</FederalDocument>
        <LocalDocument>string</LocalDocument>
        <Parking>boolean</Parking>
        <LocalInfo>string</LocalInfo>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Monday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tuesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Wednesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Thursday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Friday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Saturday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Sunday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Code>string</Code>
        <Type>string</Type>
        <Name>string</Name>
        <Sponsor>string</Sponsor>
      </Pickup>
      <AllowBuyLabel>boolean</AllowBuyLabel>
      <OwnerContract>boolean</OwnerContract>
      <FrenetContract>boolean</FrenetContract>
      <DeliveryBranchOffice>string</DeliveryBranchOffice>
      <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
      <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
      <FranchiseValue>string</FranchiseValue>
      <HubValue>string</HubValue>
      <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
    </ShippingSevices>
  </ShippingSevicesArray>
  <Message>string</Message>
</ShippingQuoteResponse>

HTTP POST

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

POST /logistics/ShippingQuoteWS.asmx/Rate HTTP/1.1
Host: services.frenet.com.br
Content-Type: application/x-www-form-urlencoded
Content-Length: length

userName=string&password=string&sellerCEP=string&recipientCEP=string&shipmentInvoiceValue=string&shipmentWeight=string&shipmentLength=string&shipmentHeight=string&shipmentWidth=string&shipmentDiameter=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ShippingQuoteResponse xmlns="http://tempuri.org/">
  <ShippingSevicesArray>
    <ShippingSevices>
      <ServiceID>int</ServiceID>
      <ServiceCode>string</ServiceCode>
      <ServiceDescription>string</ServiceDescription>
      <Carrier>string</Carrier>
      <ShippingPrice>string</ShippingPrice>
      <OriginalShippingPrice>string</OriginalShippingPrice>
      <DeliveryTime>string</DeliveryTime>
      <OriginalDeliveryTime>string</OriginalDeliveryTime>
      <InfoCalculate>
        <VlAdValorem>string</VlAdValorem>
        <VlAdValoremMin>string</VlAdValoremMin>
        <VlAdValoremRS>string</VlAdValoremRS>
        <VlGrisPerc>string</VlGrisPerc>
        <VlGrisMin>string</VlGrisMin>
        <VlGrisRS>string</VlGrisRS>
        <VlSeguroFluv>string</VlSeguroFluv>
        <VlSeguroFluvRS>string</VlSeguroFluvRS>
        <VlSuframa>string</VlSuframa>
        <VlHighRisk>string</VlHighRisk>
        <VlHighRiskMin>string</VlHighRiskMin>
        <VlHighRiskRS>string</VlHighRiskRS>
        <VlToll100Kg>string</VlToll100Kg>
        <VlTollMin>string</VlTollMin>
        <VlToll100KgRS>string</VlToll100KgRS>
        <VlTax100Kg>string</VlTax100Kg>
        <VlTax100KgRS>string</VlTax100KgRS>
        <VlTaxPerKg>string</VlTaxPerKg>
        <VlTaxPerKgRS>string</VlTaxPerKgRS>
        <VlShippingMinComp>string</VlShippingMinComp>
        <VlShippingComp>string</VlShippingComp>
        <VlAdValoremComp>string</VlAdValoremComp>
        <VlShippingPerKgComp>string</VlShippingPerKgComp>
        <VlShippingCompRS>string</VlShippingCompRS>
        <VlTas>string</VlTas>
        <VlIcms>string</VlIcms>
        <VlIcmsRS>string</VlIcmsRS>
        <VlTrt>string</VlTrt>
        <VlTrtMin>string</VlTrtMin>
        <VlTrtRS>string</VlTrtRS>
        <VlTda>string</VlTda>
        <VlTdaMin>string</VlTdaMin>
        <VlTdaRS>string</VlTdaRS>
        <VlEmex>string</VlEmex>
        <VlEmexMin>string</VlEmexMin>
        <VlEmexFrac>string</VlEmexFrac>
        <VlEmexRS>string</VlEmexRS>
        <VlAdValoremFixed>string</VlAdValoremFixed>
        <VlShippingMin>string</VlShippingMin>
        <VlShippingPerKg>string</VlShippingPerKg>
        <VlShippingPerKgRS>string</VlShippingPerKgRS>
        <VlFretePeso>string</VlFretePeso>
        <VlFretePesoRS>string</VlFretePesoRS>
        <VlWeightMax>string</VlWeightMax>
        <VlWeight>string</VlWeight>
        <VlCubicWeight>string</VlCubicWeight>
        <VlRealWeight>string</VlRealWeight>
        <VlCubage>string</VlCubage>
        <VlFreeCubage>string</VlFreeCubage>
      </InfoCalculate>
      <ResponseTime>string</ResponseTime>
      <Error>boolean</Error>
      <Msg>string</Msg>
      <Pickup>
        <PCD>boolean</PCD>
        <FederalDocument>string</FederalDocument>
        <LocalDocument>string</LocalDocument>
        <Parking>boolean</Parking>
        <LocalInfo>string</LocalInfo>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Monday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tuesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Wednesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Thursday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Friday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Saturday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Sunday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Code>string</Code>
        <Type>string</Type>
        <Name>string</Name>
        <Sponsor>string</Sponsor>
      </Pickup>
      <AllowBuyLabel>boolean</AllowBuyLabel>
      <OwnerContract>boolean</OwnerContract>
      <FrenetContract>boolean</FrenetContract>
      <DeliveryBranchOffice>string</DeliveryBranchOffice>
      <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
      <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
      <FranchiseValue>string</FranchiseValue>
      <HubValue>string</HubValue>
      <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
    </ShippingSevices>
    <ShippingSevices>
      <ServiceID>int</ServiceID>
      <ServiceCode>string</ServiceCode>
      <ServiceDescription>string</ServiceDescription>
      <Carrier>string</Carrier>
      <ShippingPrice>string</ShippingPrice>
      <OriginalShippingPrice>string</OriginalShippingPrice>
      <DeliveryTime>string</DeliveryTime>
      <OriginalDeliveryTime>string</OriginalDeliveryTime>
      <InfoCalculate>
        <VlAdValorem>string</VlAdValorem>
        <VlAdValoremMin>string</VlAdValoremMin>
        <VlAdValoremRS>string</VlAdValoremRS>
        <VlGrisPerc>string</VlGrisPerc>
        <VlGrisMin>string</VlGrisMin>
        <VlGrisRS>string</VlGrisRS>
        <VlSeguroFluv>string</VlSeguroFluv>
        <VlSeguroFluvRS>string</VlSeguroFluvRS>
        <VlSuframa>string</VlSuframa>
        <VlHighRisk>string</VlHighRisk>
        <VlHighRiskMin>string</VlHighRiskMin>
        <VlHighRiskRS>string</VlHighRiskRS>
        <VlToll100Kg>string</VlToll100Kg>
        <VlTollMin>string</VlTollMin>
        <VlToll100KgRS>string</VlToll100KgRS>
        <VlTax100Kg>string</VlTax100Kg>
        <VlTax100KgRS>string</VlTax100KgRS>
        <VlTaxPerKg>string</VlTaxPerKg>
        <VlTaxPerKgRS>string</VlTaxPerKgRS>
        <VlShippingMinComp>string</VlShippingMinComp>
        <VlShippingComp>string</VlShippingComp>
        <VlAdValoremComp>string</VlAdValoremComp>
        <VlShippingPerKgComp>string</VlShippingPerKgComp>
        <VlShippingCompRS>string</VlShippingCompRS>
        <VlTas>string</VlTas>
        <VlIcms>string</VlIcms>
        <VlIcmsRS>string</VlIcmsRS>
        <VlTrt>string</VlTrt>
        <VlTrtMin>string</VlTrtMin>
        <VlTrtRS>string</VlTrtRS>
        <VlTda>string</VlTda>
        <VlTdaMin>string</VlTdaMin>
        <VlTdaRS>string</VlTdaRS>
        <VlEmex>string</VlEmex>
        <VlEmexMin>string</VlEmexMin>
        <VlEmexFrac>string</VlEmexFrac>
        <VlEmexRS>string</VlEmexRS>
        <VlAdValoremFixed>string</VlAdValoremFixed>
        <VlShippingMin>string</VlShippingMin>
        <VlShippingPerKg>string</VlShippingPerKg>
        <VlShippingPerKgRS>string</VlShippingPerKgRS>
        <VlFretePeso>string</VlFretePeso>
        <VlFretePesoRS>string</VlFretePesoRS>
        <VlWeightMax>string</VlWeightMax>
        <VlWeight>string</VlWeight>
        <VlCubicWeight>string</VlCubicWeight>
        <VlRealWeight>string</VlRealWeight>
        <VlCubage>string</VlCubage>
        <VlFreeCubage>string</VlFreeCubage>
      </InfoCalculate>
      <ResponseTime>string</ResponseTime>
      <Error>boolean</Error>
      <Msg>string</Msg>
      <Pickup>
        <PCD>boolean</PCD>
        <FederalDocument>string</FederalDocument>
        <LocalDocument>string</LocalDocument>
        <Parking>boolean</Parking>
        <LocalInfo>string</LocalInfo>
        <Address d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Monday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Tuesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Wednesday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Thursday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Friday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Saturday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Sunday d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Code>string</Code>
        <Type>string</Type>
        <Name>string</Name>
        <Sponsor>string</Sponsor>
      </Pickup>
      <AllowBuyLabel>boolean</AllowBuyLabel>
      <OwnerContract>boolean</OwnerContract>
      <FrenetContract>boolean</FrenetContract>
      <DeliveryBranchOffice>string</DeliveryBranchOffice>
      <DeliveryBranchOfficeValue>string</DeliveryBranchOfficeValue>
      <DeliveryBranchOfficeTime>string</DeliveryBranchOfficeTime>
      <FranchiseValue>string</FranchiseValue>
      <HubValue>string</HubValue>
      <ShippingPriceCarrier>decimal</ShippingPriceCarrier>
    </ShippingSevices>
  </ShippingSevicesArray>
  <Message>string</Message>
</ShippingQuoteResponse>