Click or drag to resize

Add Consolidated LTL Shipment

[This is preliminary documentation and is subject to change.]

Complete processing of a series of packages and updates their weights.

A closeout notifies the system that packages are being shipped.

Sample Request
XML
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:pur="http://PurolatorServices.com/">
   <soap:Header/>
   <soap:Body>
      <pur:AddConsolidatedLTLShipment>
         <pur:request>
            <pur:Credentials>
                <pur:UserName>TestUser</pur:UserName>
                <pur:Password>5VJrtqTa</pur:Password>
                <pur:ClientID>0000000</pur:ClientID>
            </pur:Credentials>
            <pur:ProNumber>1813-13815</pur:ProNumber>
            <pur:LTLShipmentNumber>Test-0002</pur:LTLShipmentNumber>
            <pur:ShipDate>2012-02-05T00:00:00</pur:ShipDate>
            <pur:ShipToAddress>
                <pur:Name></pur:Name>
                <pur:Company>Red Duck Beer</pur:Company>
                <pur:Add1>101 Sample Street</pur:Add1>
                <pur:Add2>Suite 202</pur:Add2>
                <pur:City>Scarborough</pur:City>
                <pur:StateProv>ON</pur:StateProv>
                <pur:PostalCode>M1M1M1</pur:PostalCode>
                <pur:Country>CA</pur:Country>
                <pur:Phone></pur:Phone>
                <pur:Email>SampleAddress@Example.com</pur:Email>
            </pur:ShipToAddress>
            <pur:GrossWeight>48.92</pur:GrossWeight>
            <pur:OrderNumbers>
               <pur:string>Test-0001</pur:string>
            </pur:OrderNumbers>
            <pur:Pallets>
               <pur:LTLPalletRequest>
                  <pur:PalletNumber>1</pur:PalletNumber>
               </pur:LTLPalletRequest>
            </pur:Pallets>
         </pur:request>
      </pur:AddConsolidatedLTLShipment>
   </soap:Body>
</soap:Envelope>
Sample Response
XML
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
      <AddConsolidatedLTLShipmentResponse xmlns="http://PurolatorServices.com/">
         <AddConsolidatedLTLShipmentResult>
            <Status>0</Status>
         </AddConsolidatedLTLShipmentResult>
      </AddConsolidatedLTLShipmentResponse>
   </soap:Body>
</soap:Envelope>