example_express_10:00_soap
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://dpd.com/common/service/types/Authentication/2.0" xmlns:ns1="http://dpd.com/common/service/types/ShipmentService/3.1"> <soapenv:Header> <ns:authentication> <delisId>yourDelisID</delisId> <authToken>yourAuthenticationToken</authToken> <messageLanguage>en_US</messageLanguage> </ns:authentication> </soapenv:Header> <soapenv:Body> <ns1:storeOrders> <ns1:printOptions> <printerLanguage>PDF</printerLanguage> <paperFormat>A6</paperFormat> </ns1:printOptions> <ns1:order> <generalShipmentData> <sendingDepot>0522</sendingDepot> <product>E10</product> <sender> <name1>DPD Nederland</name1> <street>Tormentil</street> <houseNo>10</houseNo> <country>NL</country> <zipCode>5684PK</zipCode> <city>Best</city> <customerNumber>yourDPDCustomerNumber</customerNumber> </sender> <recipient> <name1>Company Name</name1> <name2>Name2</name2> <street>Streetname</street> <houseNo>10</houseNo> <country>NL</country> <zipCode>6466GW</zipCode> <city>Kerkrade</city> <contact>Contact</contact> <phone>0123-456789</phone> <email>info@dpd.nl</email> <comment>Comment</comment> </recipient> </generalShipmentData> <parcels> <customerReferenceNumber1>CustRef1</customerReferenceNumber1> <weight>600</weight> </parcels> <productAndServiceData> <orderType>consignment</orderType> </productAndServiceData> </ns1:order> </ns1:storeOrders> </soapenv:Body> </soapenv:Envelope>