Om man kör en URL som t.ex:
http://server.logistik.posten.se/servle ... 35909219SE
Så får man en XML tillbaka med spårningen i "machine-readable" form. Kan ju vara
smidigt om man vill bygga in spårning i en egen applikation...
Kod: Markera allt
<pactrack version="2.0" date="Fri Aug 17 12:52:42 CEST 2012" size="3557" lang="SE">
<header>
<noofparcelentries>1</noofparcelentries>
<noofuniqueparcels>1</noofuniqueparcels>
</header>
<body>
<parcel id="85035909219SE">
<customerref>9336882</customerref>
<internalstatus>1</internalstatus>
<customerno>1200834008</customerno>
<customername>DUSTIN AB</customername>
<statuscode>7</statuscode>
<statusdescription>Utlämnat</statusdescription>
<servicecode>15</servicecode>
<servicename>DPD Företagspaket 16.00</servicename>
<receiverzipcode>61434</receiverzipcode>
<receivercity>SÖDERKÖPING</receivercity>
<datesent>20120710</datesent>
<datedelivered>20120712</datedelivered>
<actualweight>2.0</actualweight>
<event>
<date>20120711</date>
<time>0742</time>
<id>1160101</id>
<type>Z</type>
<location>Norrköping</location>
<code>68</code>
<description>Lastad på bil, utkörning påbörjad</description>
</event>
<event>
<date>20120711</date>
<time>1306</time>
<id>1160101</id>
<type>Z</type>
<location>Norrköping</location>
<code>28</code>
<description>Ankomst till distributionsterminal</description>
</event>
<event>
<date>20120711</date>
<time>1306</time>
<id>1160101</id>
<type>Z</type>
<location>Norrköping</location>
<code>68</code>
<description>Lastad på bil, utkörning påbörjad</description>
</event>
<event>
<date>20120711</date>
<time>1933</time>
<id>701</id>
<type>T</type>
<location>Örebro</location>
<code>20</code>
<description>Sorterad</description>
</event>
<event>
<date>20120711</date>
<time>1933</time>
<id>701</id>
<type>T</type>
<location>Örebro</location>
<code>22</code>
<description>Sorterad</description>
</event>
<event>
<date>20120711</date>
<time>1946</time>
<id>701</id>
<type>T</type>
<location>Örebro</location>
<code>22</code>
<description>Sorterad</description>
</event>
<event>
<date>20120711</date>
<time>1947</time>
<id>701</id>
<type>T</type>
<location>Örebro</location>
<code>24</code>
<description>Passerat terminal</description>
</event>
<event>
<date>20120712</date>
<time>0536</time>
<id>701</id>
<type>T</type>
<location>Örebro</location>
<code>22</code>
<description>Sorterad</description>
</event>
<event>
<date>20120712</date>
<time>1431</time>
<id>345963</id>
<type>B</type>
<location>ICA Nära Söderköping</location>
<code>40</code>
<description>Försändelsen har kommit till Postens serviceställe</description>
</event>
<event>
<date>20120712</date>
<time>1542</time>
<id>345963</id>
<type>B</type>
<location>ICA Nära Söderköping</location>
<code>74</code>
<description>Mottagaren har hämtat försändelsen</description>
</event>
<errorevent>
<date>20120711</date>
<time>1045</time>
<id>1160101</id>
<type>Z</type>
<location>Norrköping</location>
<code>801</code>
<description>Mottagaren ej anträffbar vid leverans. Försändelsen aviseras</description>
</errorevent>
<errorevent>
<date>20120711</date>
<time>1045</time>
<id>1160101</id>
<type>Z</type>
<location>Norrköping</location>
<code>811</code>
<description>-</description>
</errorevent>
<errorevent>
<date>20120711</date>
<time>1322</time>
<id>1160101</id>
<type>Z</type>
<location>Norrköping</location>
<code>820</code>
<description>Leverans ej möjlig, mottagare ej anträffbar via portkod/-telefon el dyl. Mottagaren aviserad</description>
</errorevent>
</parcel>
</body>
<footer/>
</pactrack>