Advertisement
Guest User

DHL XML Request

a guest
Jan 22nd, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <req:ShipmentRequest xmlns:req="http://www.dhl.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com ship-val-res.xsd" schemaVersion="4.0">
  3.  <Request>
  4.   <ServiceHeader>
  5.    <MessageTime>2019-01-22T11:37:14+00:00</MessageTime>
  6.    <MessageReference>date-20190122113714-order-200055</MessageReference>
  7.    <SiteID>v62_9HsvcWUgOR</SiteID>
  8.    <Password>OJCRHFNJVb</Password>
  9.   </ServiceHeader>
  10.  </Request>
  11.  <RegionCode>AM</RegionCode>
  12.  <RequestedPickupTime>Y</RequestedPickupTime>
  13.  <NewShipper>Y</NewShipper>
  14.  <LanguageCode>en</LanguageCode>
  15.  <PiecesEnabled>Y</PiecesEnabled>
  16.  <Billing>
  17.   <ShipperAccountNumber>420741860</ShipperAccountNumber>
  18.   <ShippingPaymentType>S</ShippingPaymentType>
  19.   <BillingAccountNumber>420741860</BillingAccountNumber>
  20.   <DutyPaymentType>S</DutyPaymentType>
  21.   <DutyAccountNumber>420741860</DutyAccountNumber>
  22.  </Billing>
  23.  <Consignee>
  24.   <CompanyName>Ivan Bondoc</CompanyName>
  25.   <AddressLine>105 Place de la Madeleine</AddressLine>
  26.   <AddressLine></AddressLine>
  27.   <City>PARIS</City>
  28.   <PostalCode>75011</PostalCode>
  29.   <CountryCode>FR</CountryCode>
  30.   <CountryName>France</CountryName>
  31.   <Contact>
  32.    <PersonName>Ivan Bondoc</PersonName>
  33.    <PhoneNumber>07508417026</PhoneNumber>
  34.    <Email>ivan.bondoc+ref1@mtcmedia.co.uk</Email>
  35.   </Contact>
  36.  </Consignee>
  37.  <Commodity>
  38.   <CommodityCode>cc</CommodityCode>
  39.   <CommodityName>cn</CommodityName>
  40.  </Commodity>
  41.  <Dutiable>
  42.   <DeclaredValue>110</DeclaredValue>
  43.   <DeclaredCurrency>GBP</DeclaredCurrency>
  44.   <ScheduleB>3002905110</ScheduleB>
  45.   <ExportLicense>D123456</ExportLicense>
  46.   <ShipperEIN>112233445566</ShipperEIN>
  47.   <ShipperIDType>S</ShipperIDType>
  48.   <ImportLicense>ALFAL</ImportLicense>
  49.   <ConsigneeEIN>ConEIN2123</ConsigneeEIN>
  50.   <TermsOfTrade>DDP</TermsOfTrade>
  51.  </Dutiable>
  52.  <Reference>
  53.   <ReferenceID>200055</ReferenceID>
  54.   <ReferenceType>St</ReferenceType>
  55.  </Reference>
  56.  <ShipmentDetails>
  57.   <NumberOfPieces>1</NumberOfPieces>
  58.   <Pieces>
  59.    <Piece>
  60.     <PieceID>170</PieceID>
  61.     <PackageType>EE</PackageType>
  62.     <Weight>0.79</Weight>
  63.    </Piece>
  64.   </Pieces>
  65.   <Weight>0.79</Weight>
  66.   <WeightUnit>K</WeightUnit>
  67.   <GlobalProductCode>P</GlobalProductCode>
  68.   <LocalProductCode>P</LocalProductCode>
  69.   <Date>2019-01-22</Date>
  70.   <Contents>Zorro Bianca Baby Wrap - Size 4</Contents>
  71.   <DoorTo>DD</DoorTo>
  72.   <DimensionUnit>I</DimensionUnit>
  73.   <PackageType>EE</PackageType>
  74.   <IsDutiable>Y</IsDutiable>
  75.   <CurrencyCode>GBP</CurrencyCode>
  76.  </ShipmentDetails>
  77.  <Shipper>
  78.   <ShipperID>420741860</ShipperID>
  79.   <CompanyName>Oscha Slings Ltd</CompanyName>
  80.   <RegisteredAccount>420741860</RegisteredAccount>
  81.   <AddressLine>24/4 Dryden Road</AddressLine>
  82.   <City>Midlothian</City>
  83.   <Division>*</Division>
  84.   <DivisionCode>*</DivisionCode>
  85.   <PostalCode>EH20 9HX</PostalCode>
  86.   <CountryCode>GB</CountryCode>
  87.   <CountryName>United Kingdom (UK)</CountryName>
  88.   <Contact>
  89.    <PersonName>Oscha Slings Ltd</PersonName>
  90.    <PhoneNumber>+44 (0)131 440 9767</PhoneNumber>
  91.    <Email>info@oschaslings.com</Email>
  92.   </Contact>
  93.  </Shipper>
  94.  <SpecialService>
  95.   <SpecialServiceType>A</SpecialServiceType>
  96.  </SpecialService>
  97.  <SpecialService>
  98.   <SpecialServiceType>I</SpecialServiceType>
  99.  </SpecialService>
  100.  <EProcShip>N</EProcShip>
  101.  <LabelImageFormat>PDF</LabelImageFormat>
  102.  <Label>
  103.   <LabelTemplate>8X4_PDF</LabelTemplate>
  104.  </Label>
  105. </req:ShipmentRequest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement