Koppelen

Document element

Documents can now be added in the XML file. These document will be added to the imported shipment.

Example:

<documents>

<document>

 <documenttype_id matchmode=”0″>49</documenttype_id>

 <filename>Picklist_1234_001.pdf</filename>

  <!– Base64 encoded document file data  –>

 <filedata>JVBERi0xLjQNCiXi48/TDQolDQold1BERjMgYnkgV1BDdWJlZCBHbWJIIFYz……..</filedata>

 <reference>1234567890</reference>

 <concerns>Picklist</concerns>

</document>

….