This method allows you to return the consignment associated with a specific Delivery Manager consignment code.
Where a consignment has been allocated, the associated carrier routing information is returned 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
findConsignmentByConsignmentCode
, -
Enter the authorisation for the request.
-
Specify the consignment code.
-
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:findConsignmentByConsignmentCode soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<consignmentCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DMC4BY1V4HVY</consignmentCode>
</ser:findConsignmentByConsignmentCode>
</soapenv:Body>
</soapenv:Envelope>
If the input is valid, then the consignment associated with the specified consignment code is returned, together with the associated carrier information, 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:findConsignmentByConsignmentCodeResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:DeliveryManager/services">
<findConsignmentByConsignmentCodeReturn xsi:type="ns2:Consignment" xmlns:ns2="urn:DeliveryManager/types">
<CODAmount xsi:type="xsd:double">40.0</CODAmount>
<CODFlag xsi:type="xsd:boolean">false</CODFlag>
<CODPaymentTypeCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">CAS</CODPaymentTypeCode>
<CODSpecialInstruction xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<CODSurcharge xsi:type="xsd:double">0.0</CODSurcharge>
<alreadyPalletisedGoodsFlag xsi:type="xsd:boolean">false</alreadyPalletisedGoodsFlag>
<cardNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<carrierCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">HERMESPOS</carrierCode>
<carrierConsignmentCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">6803588000017606</carrierConsignmentCode>
<carrierName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Hermes</carrierName>
<carrierServiceCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">HERMNDG</carrierServiceCode>
<carrierServiceName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Courier Service Next Day</carrierServiceName>
<carrierServiceVATRate xsi:type="xsd:double">0.0</carrierServiceVATRate>
<cartonNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<cashOnDeliveryCurrency xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">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" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<consOriginReference xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<consRecipientReference xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<consReference xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<consSenderReference xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<consignmentCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DMC4BY1V4HVY</consignmentCode>
<consignmentLevelDetailsFlag xsi:type="xsd:boolean">false</consignmentLevelDetailsFlag>
<consignmentValue xsi:type="xsd:double">40.0</consignmentValue>
<consignmentValueCurrencyCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">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" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom10 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom2 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom3 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom4 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom5 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom6 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom7 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom8 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<custom9 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<customsDocumentationRequired xsi:type="xsd:boolean">false</customsDocumentationRequired>
<cutOffDate xsi:type="xsd:dateTime">2020-07-29T17:00:00.000Z</cutOffDate>
<despatchDate xsi:type="xsd:dateTime">2020-07-29T17:30:00.000Z</despatchDate>
<earliestDeliveryDate xsi:type="xsd:dateTime">2020-07-30T07:00:00.000Z</earliestDeliveryDate>
<endVatNumber xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">123456789</endVatNumber>
<fragileGoodsFlag xsi:type="xsd:boolean">false</fragileGoodsFlag>
<guaranteedDeliveryDate xsi:type="xsd:dateTime">2020-07-30T19:00:59.000Z</guaranteedDeliveryDate>
<hazardCodes xsi:type="soapenc:Array" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<hazardousGoodsFlag xsi:type="xsd:boolean">false</hazardousGoodsFlag>
<insuranceValue xsi:type="xsd:double">0.0</insuranceValue>
<insuranceValueCurrencyCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<insuranceValueCurrencyRate xsi:type="xsd:double">0.0</insuranceValueCurrencyRate>
<languageCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">en</languageCode>
<liquidGoodsFlag xsi:type="xsd:boolean">false</liquidGoodsFlag>
<manifestGroupCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">TRUCK10</manifestGroupCode>
<maxDimension xsi:type="xsd:double">3.2</maxDimension>
<metaCampaignKey xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<metaCustomerKey xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<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" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">T4RE345A</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" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<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">6803588000017606</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">6803588000017606</trackingCode>
<trackingUrl xsi:type="soapenc:string">https://www.hermesworld.com/en/our_services/distribution/uk_distribution/parcel_tracking/parcel-tracking.html?trackingNumber=6803588000017606</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">6803588000017705</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">6803588000017705</trackingCode>
<trackingUrl xsi:type="soapenc:string">https://www.hermesworld.com/en/our_services/distribution/uk_distribution/parcel_tracking/parcel-tracking.html?trackingNumber=6803588000017705</trackingUrl>
</parcels>
</parcels>
<pickTicketNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<pickupPoint xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<podRequired xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">any</podRequired>
<properties soapenc:arrayType="ns2:Property[20]" xsi:type="soapenc:Array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<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">20200729</propertyValue>
</properties>
</properties>
<recipientAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<countryCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">GBR</countryCode>
<floor xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<line1 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">MetaPack</line1>
<line2 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">12-16 Laystall St</line2>
<line3 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">London</line3>
<line4 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<postCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">SE19 3HG</postCode>
<region xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetType xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<town xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<type xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Business</type>
</recipientAddress>
<recipientCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<recipientContactPhone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">0207 843 6832</recipientContactPhone>
<recipientEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">fred.flintstone@metapack.com</recipientEmail>
<recipientFirstName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<recipientLastName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<recipientMobilePhone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">01211554975</recipientMobilePhone>
<recipientName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Fred Flintstone</recipientName>
<recipientNotificationType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">N</recipientNotificationType>
<recipientPhone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">0207 843 6832</recipientPhone>
<recipientTimeZone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Europe/London</recipientTimeZone>
<recipientTitle xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<recipientVatNumber xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">123456789</recipientVatNumber>
<returnAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<countryCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<floor xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<line1 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<line2 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<line3 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<line4 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<postCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<region xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetType xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<town xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<type xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Business</type>
</returnAddress>
<returnEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<returnFirstName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<returnLastName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<returnMobile xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<returnName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<returnPhone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<returnTitle xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<senderAddress xsi:type="ns2:Address">
<companyName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Default</companyName>
<countryCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">GBR</countryCode>
<floor xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<line1 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Line 1</line1>
<line2 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Line2</line2>
<line3 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Line3`</line3>
<line4 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Line4</line4>
<postCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">ME1 1JT</postCode>
<region xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetNo xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<streetType xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<town xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<type xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Business</type>
</senderAddress>
<senderCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">READING1</senderCode>
<senderContactPhone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">21323545</senderContactPhone>
<senderEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">sandra.demenezes@metapack.com</senderEmail>
<senderFirstName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<senderLastName xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<senderMobilePhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<senderName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Westcoast</senderName>
<senderNotificationType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">N</senderNotificationType>
<senderPhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<senderTimeZone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Europe/London</senderTimeZone>
<senderTitle xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<startVatNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<shipmentTypeCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">MERCHANDISE</shipmentTypeCode>
<shippingAccount xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<shippingCharge xsi:type="xsd:double">13.0</shippingCharge>
<shippingChargeCurrencyCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<shippingChargeCurrencyRate xsi:type="xsd:double">0.0</shippingChargeCurrencyRate>
<shippingCost xsi:type="xsd:double">9.9</shippingCost>
<shippingCostCurrencyCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<shippingCostCurrencyRate xsi:type="xsd:double">0.0</shippingCostCurrencyRate>
<signatoryOnCustoms xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">The manager</signatoryOnCustoms>
<specialInstructions1 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Leave in recycling box</specialInstructions1>
<specialInstructions2 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<startVatNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<status xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Allocated</status>
<taxAndDuty xsi:type="xsd:double">0.0</taxAndDuty>
<taxAndDutyCurrencyCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<taxAndDutyCurrencyRate xsi:type="xsd:double">0.0</taxAndDutyCurrencyRate>
<taxAndDutyStatusText xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<taxDutyDeclarationCurrencyCode xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/>
<termsOfTradeCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DAP</termsOfTradeCode>
<transactionType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Delivery</transactionType>
<twoManLiftFlag xsi:type="xsd:boolean">false</twoManLiftFlag>
</findConsignmentByConsignmentCodeReturn>
</ns1:findConsignmentByConsignmentCodeResponse>
</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" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <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">20200729</propertyValue> </properties> </properties>