This method allows you to return all the consignments for a specified order number. If the consignments have been allocated, the associated carrier routing information is also returned for each consignment, as a series of properties
,
Note
It is assumed that you have worked through Creating your first Request to a Service and are familiar with the Properties needed to Call or Create a Consignment.
How to submit a request
Proceed as follows:
-
If you have not already done so, open a new project using the WSDL
ConsignmentSearchService.xml
. -
Create a new request under
findConsignmentsByOrderReference
, -
Enter the authorisation for the request.
-
Specify the orderNumber (which can be associated with more than one consignment).
-
Click to submit the request.
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="urn:DeliveryManager/services">
<soapenv:Header/>
<soapenv:Body>
<ser:findConsignmentsByOrderReference soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<orderReference xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">TRIP10</orderReference>
</ser:findConsignmentsByOrderReference>
</soapenv:Body>
</soapenv:Envelope>
If the input is valid, then all the consignments associated with the specified order number are returned, together with the associated carrier information in the case of allocated consignments, as in the example below.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:findConsignmentsByOrderReferenceResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:DeliveryManager/services">
<findConsignmentsByOrderReferenceReturn soapenc:arrayType="ns2:Consignment[2]" xsi:type="soapenc:Array" xmlns:ns2="urn:DeliveryManager/types" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<findConsignmentsByOrderReferenceReturn xsi:type="ns2:Consignment">
<CODAmount xsi:type="xsd:double">40.0</CODAmount>
<CODFlag xsi:type="xsd:boolean">false</CODFlag>
<CODPaymentTypeCode xsi:type="soapenc:string">CAS</CODPaymentTypeCode>
<CODSpecialInstruction xsi:type="soapenc:string" xsi:nil="true"/>
<CODSurcharge xsi:type="xsd:double">0.0</CODSurcharge>
<alreadyPalletisedGoodsFlag xsi:type="xsd:boolean">false</alreadyPalletisedGoodsFlag>
<cardNumber xsi:type="soapenc:string" xsi:nil="true"/>
<carrierCode xsi:type="soapenc:string">HERMESPOS</carrierCode>
<carrierConsignmentCode xsi:type="soapenc:string">6803588000021405</carrierConsignmentCode>
<carrierName xsi:type="soapenc:string">Hermes</carrierName>
<carrierServiceCode xsi:type="soapenc:string">HERMNDG</carrierServiceCode>
<carrierServiceName xsi:type="soapenc:string">Courier Service Next Day</carrierServiceName>
<carrierServiceVATRate xsi:type="xsd:double">0.0</carrierServiceVATRate>
<cartonNumber xsi:type="soapenc:string" xsi:nil="true"/>
<cashOnDeliveryCurrency xsi:type="soapenc:string">GBP</cashOnDeliveryCurrency>
<committedCollectionWindow xsi:type="ns2:DateRange" xsi:nil="true"/>
<committedDeliveryWindow xsi:type="ns2:DateRange" xsi:nil="true"/>
<consDestinationReference xsi:type="soapenc:string" xsi:nil="true"/>
<consOriginReference xsi:type="soapenc:string" xsi:nil="true"/>
<consRecipientReference xsi:type="soapenc:string" xsi:nil="true"/>
<consReference xsi:type="soapenc:string" xsi:nil="true"/>
<consSenderReference xsi:type="soapenc:string" xsi:nil="true"/>
<consignmentCode xsi:type="soapenc:string">DMC4BY1V49BD</consignmentCode>
<consignmentLevelDetailsFlag xsi:type="xsd:boolean">false</consignmentLevelDetailsFlag>
<consignmentValue xsi:type="xsd:double">40.0</consignmentValue>
<consignmentValueCurrencyCode xsi:type="soapenc:string">GBP</consignmentValueCurrencyCode>
<consignmentValueCurrencyRate xsi:type="xsd:double">1.0</consignmentValueCurrencyRate>
<consignmentWeight xsi:type="xsd:double">4.0</consignmentWeight>
<custom1 xsi:type="soapenc:string" xsi:nil="true"/>
<custom10 xsi:type="soapenc:string" xsi:nil="true"/>
<custom2 xsi:type="soapenc:string" xsi:nil="true"/>
<custom3 xsi:type="soapenc:string" xsi:nil="true"/>
<custom4 xsi:type="soapenc:string" xsi:nil="true"/>
<custom5 xsi:type="soapenc:string" xsi:nil="true"/>
<custom6 xsi:type="soapenc:string" xsi:nil="true"/>
<custom7 xsi:type="soapenc:string" xsi:nil="true"/>
<custom8 xsi:type="soapenc:string" xsi:nil="true"/>
<custom9 xsi:type="soapenc:string" xsi:nil="true"/>
<customsDocumentationRequired xsi:type="xsd:boolean">false</customsDocumentationRequired>
<cutOffDate xsi:type="xsd:dateTime">2020-08-06T17:00:00.000Z</cutOffDate>
<despatchDate xsi:type="xsd:dateTime">2020-08-06T17:30:00.000Z</despatchDate>
<earliestDeliveryDate xsi:type="xsd:dateTime">2020-08-07T07:00:00.000Z</earliestDeliveryDate>
<endVatNumber xsi:type="soapenc:string">123456789</endVatNumber>
<fragileGoodsFlag xsi:type="xsd:boolean">false</fragileGoodsFlag>
<guaranteedDeliveryDate xsi:type="xsd:dateTime">2020-08-07T19:00:59.000Z</guaranteedDeliveryDate>
<hazardCodes xsi:type="soapenc:Array" xsi:nil="true"/>
<hazardousGoodsFlag xsi:type="xsd:boolean">false</hazardousGoodsFlag>
<insuranceValue xsi:type="xsd:double">0.0</insuranceValue>
<insuranceValueCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<insuranceValueCurrencyRate xsi:type="xsd:double">0.0</insuranceValueCurrencyRate>
<languageCode xsi:type="soapenc:string">en</languageCode>
<liquidGoodsFlag xsi:type="xsd:boolean">false</liquidGoodsFlag>
<manifestGroupCode xsi:type="soapenc:string">TRUCK10</manifestGroupCode>
<maxDimension xsi:type="xsd:double">3.2</maxDimension>
<metaCampaignKey xsi:type="soapenc:string" xsi:nil="true"/>
<metaCustomerKey xsi:type="soapenc:string" xsi:nil="true"/>
<moreThanOneMetreGoodsFlag xsi:type="xsd:boolean">false</moreThanOneMetreGoodsFlag>
<moreThanTwentyFiveKgGoodsFlag xsi:type="xsd:boolean">false</moreThanTwentyFiveKgGoodsFlag>
<orderDate xsi:type="xsd:dateTime" xsi:nil="true"/>
<orderNumber xsi:type="soapenc:string">TRIP10</orderNumber>
<orderValue xsi:type="xsd:double">0.0</orderValue>
<parcelCount xsi:type="xsd:int">2</parcelCount>
<parcels soapenc:arrayType="ns2:Parcel[2]" xsi:type="soapenc:Array">
<parcels xsi:type="ns2:Parcel">
<CODParcelAmount xsi:type="xsd:double">0.0</CODParcelAmount>
<cartonId xsi:type="soapenc:string">08K02JTY8</cartonId>
<code xsi:type="soapenc:string">6803588000021405</code>
<destinationReference xsi:type="soapenc:string" xsi:nil="true"/>
<dutyPaid xsi:type="xsd:double">0.0</dutyPaid>
<number xsi:type="xsd:int">1</number>
<originReference xsi:type="soapenc:string" xsi:nil="true"/>
<outerConsignmentCode xsi:type="soapenc:string" xsi:nil="true"/>
<outerParcelNumber xsi:type="xsd:int">0</outerParcelNumber>
<packageTypeCode xsi:type="soapenc:string" xsi:nil="true"/>
<parcelDepth xsi:type="xsd:double">1.0</parcelDepth>
<parcelHeight xsi:type="xsd:double">2.0</parcelHeight>
<parcelPrintStatus xsi:type="soapenc:string">Not Printed</parcelPrintStatus>
<parcelValue xsi:type="xsd:double">20.0</parcelValue>
<parcelWeight xsi:type="xsd:double">2.0</parcelWeight>
<parcelWidth xsi:type="xsd:double">3.2</parcelWidth>
<products soapenc:arrayType="ns2:Product[1]" xsi:type="soapenc:Array">
<products xsi:type="ns2:Product">
<countryOfOrigin xsi:type="soapenc:string">GBR</countryOfOrigin>
<fabricContent xsi:type="soapenc:string">1</fabricContent>
<harmonisedProductCode xsi:type="soapenc:string">1</harmonisedProductCode>
<miscellaneousInfo xsi:type="soapenc:Array" xsi:nil="true"/>
<productCode xsi:type="soapenc:string">1</productCode>
<productDescription xsi:type="soapenc:string">1</productDescription>
<productQuantity xsi:type="xsd:long">1</productQuantity>
<productTypeDescription xsi:type="soapenc:string">1</productTypeDescription>
<totalProductValue xsi:type="xsd:double">15.0</totalProductValue>
<unitProductWeight xsi:type="xsd:double">1.0</unitProductWeight>
</products>
</products>
<recipientReference xsi:type="soapenc:string" xsi:nil="true"/>
<reference xsi:type="soapenc:string" xsi:nil="true"/>
<senderReference xsi:type="soapenc:string" xsi:nil="true"/>
<trackingCode xsi:type="soapenc:string">6803588000021405</trackingCode>
<trackingUrl xsi:type="soapenc:string">https://www.hermesworld.com/en/our_services/distribution/uk_distribution/parcel_tracking/parcel-tracking.html?trackingNumber=6803588000021405</trackingUrl>
</parcels>
<parcels xsi:type="ns2:Parcel">
<CODParcelAmount xsi:type="xsd:double">0.0</CODParcelAmount>
<cartonId xsi:type="soapenc:string">08K02JTY8</cartonId>
<code xsi:type="soapenc:string">6803588000021504</code>
<destinationReference xsi:type="soapenc:string" xsi:nil="true"/>
<dutyPaid xsi:type="xsd:double">0.0</dutyPaid>
<number xsi:type="xsd:int">2</number>
<originReference xsi:type="soapenc:string" xsi:nil="true"/>
<outerConsignmentCode xsi:type="soapenc:string" xsi:nil="true"/>
<outerParcelNumber xsi:type="xsd:int">0</outerParcelNumber>
<packageTypeCode xsi:type="soapenc:string" xsi:nil="true"/>
<parcelDepth xsi:type="xsd:double">1.0</parcelDepth>
<parcelHeight xsi:type="xsd:double">2.0</parcelHeight>
<parcelPrintStatus xsi:type="soapenc:string">Not Printed</parcelPrintStatus>
<parcelValue xsi:type="xsd:double">20.0</parcelValue>
<parcelWeight xsi:type="xsd:double">2.0</parcelWeight>
<parcelWidth xsi:type="xsd:double">3.2</parcelWidth>
<products soapenc:arrayType="ns2:Product[1]" xsi:type="soapenc:Array">
<products xsi:type="ns2:Product">
<countryOfOrigin xsi:type="soapenc:string">GBR</countryOfOrigin>
<fabricContent xsi:type="soapenc:string">1</fabricContent>
<harmonisedProductCode xsi:type="soapenc:string">1</harmonisedProductCode>
<miscellaneousInfo xsi:type="soapenc:Array" xsi:nil="true"/>
<productCode xsi:type="soapenc:string">1</productCode>
<productDescription xsi:type="soapenc:string">1</productDescription>
<productQuantity xsi:type="xsd:long">1</productQuantity>
<productTypeDescription xsi:type="soapenc:string">1</productTypeDescription>
<totalProductValue xsi:type="xsd:double">15.0</totalProductValue>
<unitProductWeight xsi:type="xsd:double">1.0</unitProductWeight>
</products>
</products>
<recipientReference xsi:type="soapenc:string" xsi:nil="true"/>
<reference xsi:type="soapenc:string" xsi:nil="true"/>
<senderReference xsi:type="soapenc:string" xsi:nil="true"/>
<trackingCode xsi:type="soapenc:string">6803588000021504</trackingCode>
<trackingUrl xsi:type="soapenc:string">https://www.hermesworld.com/en/our_services/distribution/uk_distribution/parcel_tracking/parcel-tracking.html?trackingNumber=6803588000021504</trackingUrl>
</parcels>
</parcels>
<pickTicketNumber xsi:type="soapenc:string" xsi:nil="true"/>
<pickupPoint xsi:type="soapenc:string" xsi:nil="true"/>
<podRequired xsi:type="soapenc:string">any</podRequired>
<properties soapenc:arrayType="ns2:Property[20]" xsi:type="soapenc:Array">
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level5</propertyName>
<propertyValue xsi:type="soapenc:string">0008885</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level4</propertyName>
<propertyValue xsi:type="soapenc:string">C-ROUND 1228 1228</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field20</propertyName>
<propertyValue xsi:type="soapenc:string">93918c6e-0ade-4876-8812-94448af20568</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collectingdepot.code</propertyName>
<propertyValue xsi:type="soapenc:string">95</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level3</propertyName>
<propertyValue xsi:type="soapenc:string">DROP 04 04</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level2</propertyName>
<propertyValue xsi:type="soapenc:string">VAN 85 85</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level1</propertyName>
<propertyValue xsi:type="soapenc:string">DEPOT MDSN 68 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.manifest.areas</propertyName>
<propertyValue xsi:type="soapenc:string">826,826,3964</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.barcodeprefix</propertyName>
<propertyValue xsi:type="soapenc:string">6803588</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.deliverymod</propertyName>
<propertyValue xsi:type="soapenc:string">004ND</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.numberrangeid</propertyName>
<propertyValue xsi:type="soapenc:string">3730011</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level5</propertyName>
<propertyValue xsi:type="soapenc:string">0008888</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level4</propertyName>
<propertyValue xsi:type="soapenc:string">C-ROUND 0353 0353</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level3</propertyName>
<propertyValue xsi:type="soapenc:string">DROP 92 92</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level2</propertyName>
<propertyValue xsi:type="soapenc:string">VAN 88 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level1</propertyName>
<propertyValue xsi:type="soapenc:string">DEPOT MDSN 68 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field3</propertyName>
<propertyValue xsi:type="soapenc:string"/>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field2</propertyName>
<propertyValue xsi:type="soapenc:string">123456</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field1</propertyName>
<propertyValue xsi:type="soapenc:string">12345</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.version</propertyName>
<propertyValue xsi:type="soapenc:string">20200805</propertyValue>
</properties>
</properties>
<recipientAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string"/>
<countryCode xsi:type="soapenc:string">GBR</countryCode>
<floor xsi:type="soapenc:string" xsi:nil="true"/>
<line1 xsi:type="soapenc:string">MetaPack</line1>
<line2 xsi:type="soapenc:string">12-16 Laystall St</line2>
<line3 xsi:type="soapenc:string">London</line3>
<line4 xsi:type="soapenc:string"/>
<postCode xsi:type="soapenc:string">SE19 3HG</postCode>
<region xsi:type="soapenc:string" xsi:nil="true"/>
<streetName xsi:type="soapenc:string" xsi:nil="true"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true"/>
<streetType xsi:type="soapenc:string" xsi:nil="true"/>
<town xsi:type="soapenc:string" xsi:nil="true"/>
<type xsi:type="soapenc:string">Business</type>
</recipientAddress>
<recipientCode xsi:type="soapenc:string" xsi:nil="true"/>
<recipientContactPhone xsi:type="soapenc:string">0207 843 6832</recipientContactPhone>
<recipientEmail xsi:type="soapenc:string">peter.mcgee@metapack.com</recipientEmail>
<recipientFirstName xsi:type="soapenc:string" xsi:nil="true"/>
<recipientLastName xsi:type="soapenc:string" xsi:nil="true"/>
<recipientMobilePhone xsi:type="soapenc:string">01211554975</recipientMobilePhone>
<recipientName xsi:type="soapenc:string">Peter McGee</recipientName>
<recipientNotificationType xsi:type="soapenc:string">N</recipientNotificationType>
<recipientPhone xsi:type="soapenc:string">0207 843 6832</recipientPhone>
<recipientTimeZone xsi:type="soapenc:string">Europe/London</recipientTimeZone>
<recipientTitle xsi:type="soapenc:string" xsi:nil="true"/>
<recipientVatNumber xsi:type="soapenc:string">123456789</recipientVatNumber>
<returnAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string" xsi:nil="true"/>
<countryCode xsi:type="soapenc:string" xsi:nil="true"/>
<floor xsi:type="soapenc:string" xsi:nil="true"/>
<line1 xsi:type="soapenc:string" xsi:nil="true"/>
<line2 xsi:type="soapenc:string" xsi:nil="true"/>
<line3 xsi:type="soapenc:string" xsi:nil="true"/>
<line4 xsi:type="soapenc:string" xsi:nil="true"/>
<postCode xsi:type="soapenc:string" xsi:nil="true"/>
<region xsi:type="soapenc:string" xsi:nil="true"/>
<streetName xsi:type="soapenc:string" xsi:nil="true"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true"/>
<streetType xsi:type="soapenc:string" xsi:nil="true"/>
<town xsi:type="soapenc:string" xsi:nil="true"/>
<type xsi:type="soapenc:string">Business</type>
</returnAddress>
<returnEmail xsi:type="soapenc:string"/>
<returnFirstName xsi:type="soapenc:string" xsi:nil="true"/>
<returnLastName xsi:type="soapenc:string" xsi:nil="true"/>
<returnMobile xsi:type="soapenc:string"/>
<returnName xsi:type="soapenc:string"/>
<returnPhone xsi:type="soapenc:string"/>
<returnTitle xsi:type="soapenc:string" xsi:nil="true"/>
<senderAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string">Default</companyName>
<countryCode xsi:type="soapenc:string">GBR</countryCode>
<floor xsi:type="soapenc:string" xsi:nil="true"/>
<line1 xsi:type="soapenc:string">Line 1</line1>
<line2 xsi:type="soapenc:string">Line2</line2>
<line3 xsi:type="soapenc:string">Line3`</line3>
<line4 xsi:type="soapenc:string">Line4</line4>
<postCode xsi:type="soapenc:string">ME1 1JT</postCode>
<region xsi:type="soapenc:string" xsi:nil="true"/>
<streetName xsi:type="soapenc:string" xsi:nil="true"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true"/>
<streetType xsi:type="soapenc:string" xsi:nil="true"/>
<town xsi:type="soapenc:string" xsi:nil="true"/>
<type xsi:type="soapenc:string">Business</type>
</senderAddress>
<senderCode xsi:type="soapenc:string">READING1</senderCode>
<senderContactPhone xsi:type="soapenc:string">21323545</senderContactPhone>
<senderEmail xsi:type="soapenc:string">sandra.demenezes@metapack.com</senderEmail>
<senderFirstName xsi:type="soapenc:string" xsi:nil="true"/>
<senderLastName xsi:type="soapenc:string" xsi:nil="true"/>
<senderMobilePhone xsi:type="soapenc:string" xsi:nil="true"/>
<senderName xsi:type="soapenc:string">Westcoast</senderName>
<senderNotificationType xsi:type="soapenc:string">N</senderNotificationType>
<senderPhone xsi:type="soapenc:string" xsi:nil="true"/>
<senderTimeZone xsi:type="soapenc:string">Europe/London</senderTimeZone>
<senderTitle xsi:type="soapenc:string" xsi:nil="true"/>
<startVatNumber xsi:type="soapenc:string" xsi:nil="true"/>
<shipmentTypeCode xsi:type="soapenc:string">MERCHANDISE</shipmentTypeCode>
<shippingAccount xsi:type="soapenc:string" xsi:nil="true"/>
<shippingCharge xsi:type="xsd:double">13.0</shippingCharge>
<shippingChargeCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<shippingChargeCurrencyRate xsi:type="xsd:double">0.0</shippingChargeCurrencyRate>
<shippingCost xsi:type="xsd:double">9.9</shippingCost>
<shippingCostCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<shippingCostCurrencyRate xsi:type="xsd:double">0.0</shippingCostCurrencyRate>
<signatoryOnCustoms xsi:type="soapenc:string">The manager</signatoryOnCustoms>
<specialInstructions1 xsi:type="soapenc:string">Leave in recycling box</specialInstructions1>
<specialInstructions2 xsi:type="soapenc:string" xsi:nil="true"/>
<startVatNumber xsi:type="soapenc:string" xsi:nil="true"/>
<status xsi:type="soapenc:string">Allocated</status>
<taxAndDuty xsi:type="xsd:double">0.0</taxAndDuty>
<taxAndDutyCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<taxAndDutyCurrencyRate xsi:type="xsd:double">0.0</taxAndDutyCurrencyRate>
<taxAndDutyStatusText xsi:type="soapenc:string" xsi:nil="true"/>
<taxDutyDeclarationCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<termsOfTradeCode xsi:type="soapenc:string">DAP</termsOfTradeCode>
<transactionType xsi:type="soapenc:string">Delivery</transactionType>
<twoManLiftFlag xsi:type="xsd:boolean">false</twoManLiftFlag>
</findConsignmentsByOrderReferenceReturn>
<findConsignmentsByOrderReferenceReturn xsi:type="ns2:Consignment">
<CODAmount xsi:type="xsd:double">40.0</CODAmount>
<CODFlag xsi:type="xsd:boolean">false</CODFlag>
<CODPaymentTypeCode xsi:type="soapenc:string">CAS</CODPaymentTypeCode>
<CODSpecialInstruction xsi:type="soapenc:string" xsi:nil="true"/>
<CODSurcharge xsi:type="xsd:double">0.0</CODSurcharge>
<alreadyPalletisedGoodsFlag xsi:type="xsd:boolean">false</alreadyPalletisedGoodsFlag>
<cardNumber xsi:type="soapenc:string" xsi:nil="true"/>
<carrierCode xsi:type="soapenc:string">HERMESPOS</carrierCode>
<carrierConsignmentCode xsi:type="soapenc:string">6803588000021603</carrierConsignmentCode>
<carrierName xsi:type="soapenc:string">Hermes</carrierName>
<carrierServiceCode xsi:type="soapenc:string">HERMNDG</carrierServiceCode>
<carrierServiceName xsi:type="soapenc:string">Courier Service Next Day</carrierServiceName>
<carrierServiceVATRate xsi:type="xsd:double">0.0</carrierServiceVATRate>
<cartonNumber xsi:type="soapenc:string" xsi:nil="true"/>
<cashOnDeliveryCurrency xsi:type="soapenc:string">GBP</cashOnDeliveryCurrency>
<committedCollectionWindow xsi:type="ns2:DateRange" xsi:nil="true"/>
<committedDeliveryWindow xsi:type="ns2:DateRange" xsi:nil="true"/>
<consDestinationReference xsi:type="soapenc:string" xsi:nil="true"/>
<consOriginReference xsi:type="soapenc:string" xsi:nil="true"/>
<consRecipientReference xsi:type="soapenc:string" xsi:nil="true"/>
<consReference xsi:type="soapenc:string" xsi:nil="true"/>
<consSenderReference xsi:type="soapenc:string" xsi:nil="true"/>
<consignmentCode xsi:type="soapenc:string">DMC4BY1V4C1Y</consignmentCode>
<consignmentLevelDetailsFlag xsi:type="xsd:boolean">false</consignmentLevelDetailsFlag>
<consignmentValue xsi:type="xsd:double">40.0</consignmentValue>
<consignmentValueCurrencyCode xsi:type="soapenc:string">GBP</consignmentValueCurrencyCode>
<consignmentValueCurrencyRate xsi:type="xsd:double">1.0</consignmentValueCurrencyRate>
<consignmentWeight xsi:type="xsd:double">9.0</consignmentWeight>
<custom1 xsi:type="soapenc:string" xsi:nil="true"/>
<custom10 xsi:type="soapenc:string" xsi:nil="true"/>
<custom2 xsi:type="soapenc:string" xsi:nil="true"/>
<custom3 xsi:type="soapenc:string" xsi:nil="true"/>
<custom4 xsi:type="soapenc:string" xsi:nil="true"/>
<custom5 xsi:type="soapenc:string" xsi:nil="true"/>
<custom6 xsi:type="soapenc:string" xsi:nil="true"/>
<custom7 xsi:type="soapenc:string" xsi:nil="true"/>
<custom8 xsi:type="soapenc:string" xsi:nil="true"/>
<custom9 xsi:type="soapenc:string" xsi:nil="true"/>
<customsDocumentationRequired xsi:type="xsd:boolean">false</customsDocumentationRequired>
<cutOffDate xsi:type="xsd:dateTime">2020-08-07T17:00:00.000Z</cutOffDate>
<despatchDate xsi:type="xsd:dateTime">2020-08-07T17:30:00.000Z</despatchDate>
<earliestDeliveryDate xsi:type="xsd:dateTime">2020-08-08T07:00:00.000Z</earliestDeliveryDate>
<endVatNumber xsi:type="soapenc:string">123456789</endVatNumber>
<fragileGoodsFlag xsi:type="xsd:boolean">false</fragileGoodsFlag>
<guaranteedDeliveryDate xsi:type="xsd:dateTime">2020-08-08T19:00:59.000Z</guaranteedDeliveryDate>
<hazardCodes xsi:type="soapenc:Array" xsi:nil="true"/>
<hazardousGoodsFlag xsi:type="xsd:boolean">false</hazardousGoodsFlag>
<insuranceValue xsi:type="xsd:double">0.0</insuranceValue>
<insuranceValueCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<insuranceValueCurrencyRate xsi:type="xsd:double">0.0</insuranceValueCurrencyRate>
<languageCode xsi:type="soapenc:string">en</languageCode>
<liquidGoodsFlag xsi:type="xsd:boolean">false</liquidGoodsFlag>
<manifestGroupCode xsi:type="soapenc:string">TRUCK10</manifestGroupCode>
<maxDimension xsi:type="xsd:double">3.2</maxDimension>
<metaCampaignKey xsi:type="soapenc:string" xsi:nil="true"/>
<metaCustomerKey xsi:type="soapenc:string" xsi:nil="true"/>
<moreThanOneMetreGoodsFlag xsi:type="xsd:boolean">false</moreThanOneMetreGoodsFlag>
<moreThanTwentyFiveKgGoodsFlag xsi:type="xsd:boolean">false</moreThanTwentyFiveKgGoodsFlag>
<orderDate xsi:type="xsd:dateTime" xsi:nil="true"/>
<orderNumber xsi:type="soapenc:string">TRIP10</orderNumber>
<orderValue xsi:type="xsd:double">0.0</orderValue>
<parcelCount xsi:type="xsd:int">2</parcelCount>
<parcels soapenc:arrayType="ns2:Parcel[2]" xsi:type="soapenc:Array">
<parcels xsi:type="ns2:Parcel">
<CODParcelAmount xsi:type="xsd:double">0.0</CODParcelAmount>
<cartonId xsi:type="soapenc:string">08K02JTY8</cartonId>
<code xsi:type="soapenc:string">6803588000021603</code>
<destinationReference xsi:type="soapenc:string" xsi:nil="true"/>
<dutyPaid xsi:type="xsd:double">0.0</dutyPaid>
<number xsi:type="xsd:int">1</number>
<originReference xsi:type="soapenc:string" xsi:nil="true"/>
<outerConsignmentCode xsi:type="soapenc:string" xsi:nil="true"/>
<outerParcelNumber xsi:type="xsd:int">0</outerParcelNumber>
<packageTypeCode xsi:type="soapenc:string" xsi:nil="true"/>
<parcelDepth xsi:type="xsd:double">1.0</parcelDepth>
<parcelHeight xsi:type="xsd:double">2.0</parcelHeight>
<parcelPrintStatus xsi:type="soapenc:string">Not Printed</parcelPrintStatus>
<parcelValue xsi:type="xsd:double">20.0</parcelValue>
<parcelWeight xsi:type="xsd:double">6.0</parcelWeight>
<parcelWidth xsi:type="xsd:double">3.2</parcelWidth>
<products soapenc:arrayType="ns2:Product[1]" xsi:type="soapenc:Array">
<products xsi:type="ns2:Product">
<countryOfOrigin xsi:type="soapenc:string">GBR</countryOfOrigin>
<fabricContent xsi:type="soapenc:string">1</fabricContent>
<harmonisedProductCode xsi:type="soapenc:string">1</harmonisedProductCode>
<miscellaneousInfo xsi:type="soapenc:Array" xsi:nil="true"/>
<productCode xsi:type="soapenc:string">1</productCode>
<productDescription xsi:type="soapenc:string">1</productDescription>
<productQuantity xsi:type="xsd:long">1</productQuantity>
<productTypeDescription xsi:type="soapenc:string">1</productTypeDescription>
<totalProductValue xsi:type="xsd:double">15.0</totalProductValue>
<unitProductWeight xsi:type="xsd:double">1.0</unitProductWeight>
</products>
</products>
<recipientReference xsi:type="soapenc:string" xsi:nil="true"/>
<reference xsi:type="soapenc:string" xsi:nil="true"/>
<senderReference xsi:type="soapenc:string" xsi:nil="true"/>
<trackingCode xsi:type="soapenc:string">6803588000021603</trackingCode>
<trackingUrl xsi:type="soapenc:string">https://www.hermesworld.com/en/our_services/distribution/uk_distribution/parcel_tracking/parcel-tracking.html?trackingNumber=6803588000021603</trackingUrl>
</parcels>
<parcels xsi:type="ns2:Parcel">
<CODParcelAmount xsi:type="xsd:double">0.0</CODParcelAmount>
<cartonId xsi:type="soapenc:string">08K02JTY8</cartonId>
<code xsi:type="soapenc:string">6803588000021702</code>
<destinationReference xsi:type="soapenc:string" xsi:nil="true"/>
<dutyPaid xsi:type="xsd:double">0.0</dutyPaid>
<number xsi:type="xsd:int">2</number>
<originReference xsi:type="soapenc:string" xsi:nil="true"/>
<outerConsignmentCode xsi:type="soapenc:string" xsi:nil="true"/>
<outerParcelNumber xsi:type="xsd:int">0</outerParcelNumber>
<packageTypeCode xsi:type="soapenc:string" xsi:nil="true"/>
<parcelDepth xsi:type="xsd:double">1.0</parcelDepth>
<parcelHeight xsi:type="xsd:double">2.0</parcelHeight>
<parcelPrintStatus xsi:type="soapenc:string">Not Printed</parcelPrintStatus>
<parcelValue xsi:type="xsd:double">20.0</parcelValue>
<parcelWeight xsi:type="xsd:double">3.0</parcelWeight>
<parcelWidth xsi:type="xsd:double">3.2</parcelWidth>
<products soapenc:arrayType="ns2:Product[1]" xsi:type="soapenc:Array">
<products xsi:type="ns2:Product">
<countryOfOrigin xsi:type="soapenc:string">GBR</countryOfOrigin>
<fabricContent xsi:type="soapenc:string">1</fabricContent>
<harmonisedProductCode xsi:type="soapenc:string">1</harmonisedProductCode>
<miscellaneousInfo xsi:type="soapenc:Array" xsi:nil="true"/>
<productCode xsi:type="soapenc:string">1</productCode>
<productDescription xsi:type="soapenc:string">1</productDescription>
<productQuantity xsi:type="xsd:long">1</productQuantity>
<productTypeDescription xsi:type="soapenc:string">1</productTypeDescription>
<totalProductValue xsi:type="xsd:double">15.0</totalProductValue>
<unitProductWeight xsi:type="xsd:double">1.0</unitProductWeight>
</products>
</products>
<recipientReference xsi:type="soapenc:string" xsi:nil="true"/>
<reference xsi:type="soapenc:string" xsi:nil="true"/>
<senderReference xsi:type="soapenc:string" xsi:nil="true"/>
<trackingCode xsi:type="soapenc:string">6803588000021702</trackingCode>
<trackingUrl xsi:type="soapenc:string">https://www.hermesworld.com/en/our_services/distribution/uk_distribution/parcel_tracking/parcel-tracking.html?trackingNumber=6803588000021702</trackingUrl>
</parcels>
</parcels>
<pickTicketNumber xsi:type="soapenc:string" xsi:nil="true"/>
<pickupPoint xsi:type="soapenc:string" xsi:nil="true"/>
<podRequired xsi:type="soapenc:string">any</podRequired>
<properties soapenc:arrayType="ns2:Property[20]" xsi:type="soapenc:Array">
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level5</propertyName>
<propertyValue xsi:type="soapenc:string">0008885</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level4</propertyName>
<propertyValue xsi:type="soapenc:string">C-ROUND 1228 1228</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field20</propertyName>
<propertyValue xsi:type="soapenc:string">93918c6e-0ade-4876-8812-94448af20568</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collectingdepot.code</propertyName>
<propertyValue xsi:type="soapenc:string">95</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level3</propertyName>
<propertyValue xsi:type="soapenc:string">DROP 04 04</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level2</propertyName>
<propertyValue xsi:type="soapenc:string">VAN 85 85</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level1</propertyName>
<propertyValue xsi:type="soapenc:string">DEPOT MDSN 68 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.manifest.areas</propertyName>
<propertyValue xsi:type="soapenc:string">826,826,3964</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.barcodeprefix</propertyName>
<propertyValue xsi:type="soapenc:string">6803588</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.deliverymod</propertyName>
<propertyValue xsi:type="soapenc:string">004ND</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.numberrangeid</propertyName>
<propertyValue xsi:type="soapenc:string">3730011</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level5</propertyName>
<propertyValue xsi:type="soapenc:string">0008888</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level4</propertyName>
<propertyValue xsi:type="soapenc:string">C-ROUND 0353 0353</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level3</propertyName>
<propertyValue xsi:type="soapenc:string">DROP 92 92</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level2</propertyName>
<propertyValue xsi:type="soapenc:string">VAN 88 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level1</propertyName>
<propertyValue xsi:type="soapenc:string">DEPOT MDSN 68 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field3</propertyName>
<propertyValue xsi:type="soapenc:string"/>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field2</propertyName>
<propertyValue xsi:type="soapenc:string">123456</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field1</propertyName>
<propertyValue xsi:type="soapenc:string">12345</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.version</propertyName>
<propertyValue xsi:type="soapenc:string">20200805</propertyValue>
</properties>
</properties>
<recipientAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string"/>
<countryCode xsi:type="soapenc:string">GBR</countryCode>
<floor xsi:type="soapenc:string" xsi:nil="true"/>
<line1 xsi:type="soapenc:string">MetaPack</line1>
<line2 xsi:type="soapenc:string">12-16 Laystall St</line2>
<line3 xsi:type="soapenc:string">London</line3>
<line4 xsi:type="soapenc:string"/>
<postCode xsi:type="soapenc:string">SE19 3HG</postCode>
<region xsi:type="soapenc:string" xsi:nil="true"/>
<streetName xsi:type="soapenc:string" xsi:nil="true"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true"/>
<streetType xsi:type="soapenc:string" xsi:nil="true"/>
<town xsi:type="soapenc:string" xsi:nil="true"/>
<type xsi:type="soapenc:string">Business</type>
</recipientAddress>
<recipientCode xsi:type="soapenc:string" xsi:nil="true"/>
<recipientContactPhone xsi:type="soapenc:string">0207 843 6832</recipientContactPhone>
<recipientEmail xsi:type="soapenc:string">peter.mcgee@metapack.com</recipientEmail>
<recipientFirstName xsi:type="soapenc:string" xsi:nil="true"/>
<recipientLastName xsi:type="soapenc:string" xsi:nil="true"/>
<recipientMobilePhone xsi:type="soapenc:string">01211554975</recipientMobilePhone>
<recipientName xsi:type="soapenc:string">Peter McGee</recipientName>
<recipientNotificationType xsi:type="soapenc:string">N</recipientNotificationType>
<recipientPhone xsi:type="soapenc:string">0207 843 6832</recipientPhone>
<recipientTimeZone xsi:type="soapenc:string">Europe/London</recipientTimeZone>
<recipientTitle xsi:type="soapenc:string" xsi:nil="true"/>
<recipientVatNumber xsi:type="soapenc:string">123456789</recipientVatNumber>
<returnAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string" xsi:nil="true"/>
<countryCode xsi:type="soapenc:string" xsi:nil="true"/>
<floor xsi:type="soapenc:string" xsi:nil="true"/>
<line1 xsi:type="soapenc:string" xsi:nil="true"/>
<line2 xsi:type="soapenc:string" xsi:nil="true"/>
<line3 xsi:type="soapenc:string" xsi:nil="true"/>
<line4 xsi:type="soapenc:string" xsi:nil="true"/>
<postCode xsi:type="soapenc:string" xsi:nil="true"/>
<region xsi:type="soapenc:string" xsi:nil="true"/>
<streetName xsi:type="soapenc:string" xsi:nil="true"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true"/>
<streetType xsi:type="soapenc:string" xsi:nil="true"/>
<town xsi:type="soapenc:string" xsi:nil="true"/>
<type xsi:type="soapenc:string">Business</type>
</returnAddress>
<returnEmail xsi:type="soapenc:string"/>
<returnFirstName xsi:type="soapenc:string" xsi:nil="true"/>
<returnLastName xsi:type="soapenc:string" xsi:nil="true"/>
<returnMobile xsi:type="soapenc:string"/>
<returnName xsi:type="soapenc:string"/>
<returnPhone xsi:type="soapenc:string"/>
<returnTitle xsi:type="soapenc:string" xsi:nil="true"/>
<senderAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string">Default</companyName>
<countryCode xsi:type="soapenc:string">GBR</countryCode>
<floor xsi:type="soapenc:string" xsi:nil="true"/>
<line1 xsi:type="soapenc:string">Line 1</line1>
<line2 xsi:type="soapenc:string">Line2</line2>
<line3 xsi:type="soapenc:string">Line3`</line3>
<line4 xsi:type="soapenc:string">Line4</line4>
<postCode xsi:type="soapenc:string">ME1 1JT</postCode>
<region xsi:type="soapenc:string" xsi:nil="true"/>
<streetName xsi:type="soapenc:string" xsi:nil="true"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true"/>
<streetType xsi:type="soapenc:string" xsi:nil="true"/>
<town xsi:type="soapenc:string" xsi:nil="true"/>
<type xsi:type="soapenc:string">Business</type>
</senderAddress>
<senderCode xsi:type="soapenc:string">READING1</senderCode>
<senderContactPhone xsi:type="soapenc:string">21323545</senderContactPhone>
<senderEmail xsi:type="soapenc:string">sandra.demenezes@metapack.com</senderEmail>
<senderFirstName xsi:type="soapenc:string" xsi:nil="true"/>
<senderLastName xsi:type="soapenc:string" xsi:nil="true"/>
<senderMobilePhone xsi:type="soapenc:string" xsi:nil="true"/>
<senderName xsi:type="soapenc:string">Westcoast</senderName>
<senderNotificationType xsi:type="soapenc:string">N</senderNotificationType>
<senderPhone xsi:type="soapenc:string" xsi:nil="true"/>
<senderTimeZone xsi:type="soapenc:string">Europe/London</senderTimeZone>
<senderTitle xsi:type="soapenc:string" xsi:nil="true"/>
<startVatNumber xsi:type="soapenc:string" xsi:nil="true"/>
<shipmentTypeCode xsi:type="soapenc:string">MERCHANDISE</shipmentTypeCode>
<shippingAccount xsi:type="soapenc:string" xsi:nil="true"/>
<shippingCharge xsi:type="xsd:double">23.0</shippingCharge>
<shippingChargeCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<shippingChargeCurrencyRate xsi:type="xsd:double">0.0</shippingChargeCurrencyRate>
<shippingCost xsi:type="xsd:double">16.5</shippingCost>
<shippingCostCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<shippingCostCurrencyRate xsi:type="xsd:double">0.0</shippingCostCurrencyRate>
<signatoryOnCustoms xsi:type="soapenc:string">The manager</signatoryOnCustoms>
<specialInstructions1 xsi:type="soapenc:string">Leave in recycling box</specialInstructions1>
<specialInstructions2 xsi:type="soapenc:string" xsi:nil="true"/>
<startVatNumber xsi:type="soapenc:string" xsi:nil="true"/>
<status xsi:type="soapenc:string">Allocated</status>
<taxAndDuty xsi:type="xsd:double">0.0</taxAndDuty>
<taxAndDutyCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<taxAndDutyCurrencyRate xsi:type="xsd:double">0.0</taxAndDutyCurrencyRate>
<taxAndDutyStatusText xsi:type="soapenc:string" xsi:nil="true"/>
<taxDutyDeclarationCurrencyCode xsi:type="soapenc:string" xsi:nil="true"/>
<termsOfTradeCode xsi:type="soapenc:string">DAP</termsOfTradeCode>
<transactionType xsi:type="soapenc:string">Delivery</transactionType>
<twoManLiftFlag xsi:type="xsd:boolean">false</twoManLiftFlag>
</findConsignmentsByOrderReferenceReturn>
</findConsignmentsByOrderReferenceReturn>
</ns1:findConsignmentsByOrderReferenceResponse>
</soapenv:Body>
</soapenv:Envelope>
There are carrier routing properties
returned for each allocated consignment that can help you plan your deliveries and keep your consumers updated.
For example:
<properties soapenc:arrayType="ns2:Property[20]" xsi:type="soapenc:Array">
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level5</propertyName>
<propertyValue xsi:type="soapenc:string">0008885</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level4</propertyName>
<propertyValue xsi:type="soapenc:string">C-ROUND 1228 1228</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field20</propertyName>
<propertyValue xsi:type="soapenc:string">93918c6e-0ade-4876-8812-94448af20568</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collectingdepot.code</propertyName>
<propertyValue xsi:type="soapenc:string">95</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level3</propertyName>
<propertyValue xsi:type="soapenc:string">DROP 04 04</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level2</propertyName>
<propertyValue xsi:type="soapenc:string">VAN 85 85</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.collection.level1</propertyName>
<propertyValue xsi:type="soapenc:string">DEPOT MDSN 68 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.manifest.areas</propertyName>
<propertyValue xsi:type="soapenc:string">826,826,3964</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.barcodeprefix</propertyName>
<propertyValue xsi:type="soapenc:string">6803588</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.deliverymod</propertyName>
<propertyValue xsi:type="soapenc:string">004ND</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.consignment.numberrangeid</propertyName>
<propertyValue xsi:type="soapenc:string">3730011</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level5</propertyName>
<propertyValue xsi:type="soapenc:string">0008888</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level4</propertyName>
<propertyValue xsi:type="soapenc:string">C-ROUND 0353 0353</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level3</propertyName>
<propertyValue xsi:type="soapenc:string">DROP 92 92</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level2</propertyName>
<propertyValue xsi:type="soapenc:string">VAN 88 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.level1</propertyName>
<propertyValue xsi:type="soapenc:string">DEPOT MDSN 68 88</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field3</propertyName>
<propertyValue xsi:type="soapenc:string"/>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field2</propertyName>
<propertyValue xsi:type="soapenc:string">123456</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">carrier.field1</propertyName>
<propertyValue xsi:type="soapenc:string">12345</propertyValue>
</properties>
<properties xsi:type="ns2:Property">
<propertyName xsi:type="soapenc:string">route.version</propertyName>
<propertyValue xsi:type="soapenc:string">20200805</propertyValue>
</properties>
</properties>