/
EDI example

EDI example

Below is an example of the EDI XML.

<header test="1">
  <authentication>
      <username>jimbo</username>
      <password>Test1234</password>
      <companyid>DKTESTDK</companyid>
      <datetime>2015-02-19 18:45:00</datetime>
      <xmlversion>1</xmlversion>
  </authentication>
  <consignmentlist>
      <consignment>
          <bookingmethod>
              <template>DHL test</template>
              <autobook>yes</autobook>
          </bookingmethod>
          <part role="consignor">
              <address>
                  <id>-</id>
                  <name>Super Print</name>
                  <address1>Supervej 10</address1>
                  <postcode>6070</postcode>
                  <city>Christiansfeld</city>
                  <countrycode>DK</countrycode>
                  <unloc>DKCSF</unloc>
              </address>
              <communication>
                  <contactperson>Palle Pop</contactperson>
                  <phone>38456789</phone>
              </communication>
          </part>
          <part role="consignee">
              <address>
                  <name>Ulväus Vattenregulerin</name>
                  <address1>Abbavägen 10</address1>
                  <postcode>83000</postcode>
                  <city>Jäppen</city>
                  <countrycode>SE</countrycode>
                  <unloc>SEZZZ</unloc>
              </address>
              <communication>
                  <contactperson>-</contactperson>
                  <phone>+46 6667778</phone>
              </communication>
          </part>
          <pdinstructions>
              <pickup>
                  <pdate>2015-06-03</pdate>
                  <earliest>10:00</earliest>
                  <latest>15:30</latest>
                  <pinstructions>ref:1044651</pinstructions>
              </pickup>
              <delivery>
                  <ddate>2015-06-07</ddate>
                  <dinstructions>call before delivery</dinstructions>
              </delivery>
          </pdinstructions>
          <transportservice>
              <deliverytype>DD</deliverytype>
              <todcountry>SE</todcountry>
              <todcity>Jär
              Ppen</todcity>
              <reliabletoduty>no</reliabletoduty>
          </transportservice>
          <references>
              <sendersreference>1044651/Palle</sendersreference>
              <shipmentreferenceno>20265</shipmentreferenceno>
              <slirefno>3300006065</slirefno>
          </references>
          <paymentinstructions>
              <incoterms>DAP</incoterms>
              <accountno>31234567</accountno>
          </paymentinstructions>
          <goodsitem>
              <noofpackages>1</noofpackages>
              <width>40</width>
              <length>60</length>
              <height>50</height>
              <weight>40</weight>
              <volume>0.12</volume>
              <packagetype>Pallet</packagetype>
              <packagecode>PLT</packagecode>
              <goodsdescription>Allerfutura</goodsdescription>
              <shippingmark>1044651</shippingmark>
              <dangerous>no</dangerous>
          </goodsitem>
      </consignment>
  </consignmentlist>
</header>

Related content

Booking XML format
More like this
EDI specification
More like this
Pickup XML format
More like this