/
EDI webservice

EDI webservice

There is a webservice for uploading an EDI XML to the Leaps system. The XML is exactly the same as the EDI used when transferring via FTP.

The webservice is available via the URL:

https://LEAPS-SERVER-HOSTNAME/api/uploadxmlbooking.php

The EDI XML should be POSTed to the URL, as a value named xml. The webservice returns an XML file, the example below reports an error:

<reply>
  <status>0</status>
  <msg>Invalid XML</msg>
  <received-time>2017-05-15 11:41:45</received-time>
</reply>

Related content

EDI specification
More like this
API: Getting started
API: Getting started
More like this
Import XML format
More like this
Pickup XML format
More like this
API: Basic concepts
More like this