Technical Descriptions (CI)

Data Transfer Objects

The interface uses data transfer objects (DTOs) to define data to be transferred between Transporeon and the customer’s system. They are used in inbound direction to feed our backends and outbound messages to send corresponding data.

The DTOs are defined independently of the transport protocol in use.

Technical descriptions

To maximize flexibility, you have the option to integrate with our platform in several ways.

OpenApi

Use these descriptions if you are using our OpenApi for Carriers and you want to push data to our servers (inbound) and / or pull data from our servers (outbound).

OpenApi Push Notifications

Use these descriptions if you want to receive push notifications from our servers (outbound). For this scenario, it is required that you provide REST endpoints according to the following OpenApi specification:

If it is not feasible to implement a REST API based on the specification, an alternative approach would be to send messages to your system in XML format to a single endpoint using either POST or PUT methods. For further details, please consult the XSD section provided below.

XSD

Use the following description for these scenarios:

  • Receiving PUSH messages from us

  • Pushing data to us

This applies to all file-based protocols, e.g. SFTP, AS/2, and plain HTTPS POST / PUT.

Schemas

SOAP

The following WSDLs specify our SOAP webservice for PUSH (inbound) messages.

SOAP services are deprecated. Please consider other protocols for new integrations.