Skip to content

Instantly share code, notes, and snippets.

@liangzan
Last active April 5, 2016 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liangzan/60cf2343dcd29f39f400511d34aee896 to your computer and use it in GitHub Desktop.
Save liangzan/60cf2343dcd29f39f400511d34aee896 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<p:DCTRequest xmlns:p="http://www.dhl.com" xmlns:p1="http://www.dhl.com/datatypes" xmlns:p2="http://www.dhl.com/DCTRequestdatatypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dhl.com DCT-req.xsd ">
<GetQuote>
<Request>
<ServiceHeader>
<MessageTime>2002-08-20T11:28:56.000-08:00</MessageTime>
<MessageReference>1234567890123456789012345678901</MessageReference>
<SiteID>CourexPteL</SiteID>
<Password>i1td5gCzM7</Password>
</ServiceHeader>
</Request>
<From>
<CountryCode>SG</CountryCode>
<Postalcode>486127</Postalcode>
</From>
<BkgDetails>
<PaymentCountryCode>SG</PaymentCountryCode>
<Date>2016-04-06</Date>
<ReadyTime>PT10H21M</ReadyTime>
<ReadyTimeGMTOffset>+01:00</ReadyTimeGMTOffset>
<DimensionUnit>CM</DimensionUnit>
<WeightUnit>KG</WeightUnit>
<Pieces>
<Piece>
<PieceID>1</PieceID>
<Height>30</Height>
<Depth>20</Depth>
<Width>10</Width>
<Weight>1.0</Weight>
</Piece>
</Pieces>
<IsDutiable>N</IsDutiable>
<NetworkTypeCode>AL</NetworkTypeCode>
<InsuredValue>400.000</InsuredValue>
<InsuredCurrency>IDR</InsuredCurrency>
</BkgDetails>
<To>
<CountryCode>JP</CountryCode>
<Postalcode>9811513</Postalcode>
</To>
<Dutiable>
<DeclaredCurrency>EUR</DeclaredCurrency>
<DeclaredValue>9.0</DeclaredValue>
</Dutiable>
</GetQuote>
</p:DCTRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment