http://ee.econt.com/services

API integration with Econt provides the following options (version 1.0 / 24.04.2018):

  • information about Econt's offices
  • information about user of e-econt (addresses for sending and receiving shipments)

HTTP request type - POST!

Authentication using SSL client certificates is currently not supported, but you can use an SSL connection and authorize in the query. The credentials below should be provided as BASIC authentication header in the http request.

For the test system (http://demo.econt.com/ee/services/) you can use the following credentials:
  • username: iasp-dev
  • password: 1Asp-dev
Important! The DEMO endpoints for the services are different than the production ones!

You need to replace the following in the URLs for every endpoint if you wish to set up DEMO implementation first:
ee.econt.com/services" <-> "demo.econt.com/ee/services"

For the production system (http://ee.econt.com/services/) you can use:
  • an existing e-econt user's credentials
  • register a new user here or by contacting an Econt employee

Here you can see how a query is sent to the API and how to convert PHP arrays from/to XML. The example contains only required fields and frequently used services.
Here you can see instructions for deliveries to and from Greece via Econt API.
Here you can see instructions for implementation of Office Locator.

For questions, you may file service requests by e-mail at support_integrations@econt.com. Our Service Desk Agent will help you solve technical problems and provide technical advice.

Subpackages:

Data types:

Weekday (Enumeration)

Weekdays
Value Description
monday
Monday
tuesday
Tuesday
wednesday
Wednesday
thursday
Thursday
friday
Friday
saturday
Saturday
sunday
Sunday

HostedFile (Class)

A file hosted on Econt's servers
Name Type Multiplicity Description
id int [0..1]
filename string [0..1]
The name of the hosted file
mimeType string [0..1]
File type (text, xml, application, x-msexcel)
URL string [0..1]
The URL address of the hosted file
content base64Binary [0..1]
The content of the hosted file

Error (Class)

Generic error
Name Type Multiplicity Description
type string [0..1]
The type of error - usually the exception class name
message string [0..1]
The error message in user language
fields string [0..n]
The fields which caused the error
innerErrors Error [0..n]
The causes of the error