Click or drag to resize

Shipment Verification

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

Verifies that each package is being shipped.

Some clients scan packages as they are loaded and require the ability to confirm packages before they are closed out and 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:ShipmentVerification>
            <pur:request>
                <pur:Credentials>
                    <pur:UserName>TestUser</pur:UserName>
                    <pur:Password>5VJrtqTa</pur:Password>
                    <pur:ClientID>0000000</pur:ClientID>
                </pur:Credentials>
                <pur:PackageTrackingNumbers>
                    <pur:string>TST000006569</pur:string>
                    <pur:string>TST000006577</pur:string>
                    <pur:string>TST000006585</pur:string>
                </pur:PackageTrackingNumbers>
            </pur:request>
        </pur:ShipmentVerification>
    </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>
      <ShipmentVerificationResponse xmlns="http://PurolatorServices.com/">
         <ShipmentVerificationResult>
            <Status>0</Status>
         </ShipmentVerificationResult>
      </ShipmentVerificationResponse>
   </soap:Body>
</soap:Envelope>