Environments

The same base URL:s are used for both Prodibas SOAP API and Prodibas readonly REST API. The new REST API has a different endpoint.

Environment Description Base Url
PROD The real production system. Your test code should never communicate with this environment.
SEG
https://api.enummerbanken.se
VVS
https://ws.vvsinfo.se
New REST API
TEST

Main test environment.

Production data is regularly copied to test. Changes in data are therefore discarded regularly. Unannounced conflicting changes and downtime may occur!

API keys are shortened to 15 characters. This blocks accidental access to Production if there is a configuration error on your side.

The Test customer which is used in the example code is enabled.

SEG
https://test.api.enummerbanken.se
VVS
https://test.ws.vvsinfo.se
New REST API
https://test.webapi.prodibas.se/
TEST2

Project based test environment.

Unannounced conflicting changes and downtime may occur! Not recommended unless you are involved in early testing. Production data is regularly copied to TEST2. Changes in data are therefore discarded regularly.

API keys are shortened to 15 characters. This blocks accidental access to Production if there is a configuration error on your side.

The Test customer which is used in the example code is enabled.

SEG
https://test2.api.enummerbanken.se
VVS
http://test2.ws.vvsinfo.se
New REST API
Not available

REST (swagger)

The swagger documentation of the readonly REST API can be found by appending:

/rest/swagger

to the base url. PROD example:

SEG
https://api.enummerbanken.se/rest/swagger
VVS
https://ws.vvsinfo.se/rest/swagger

NEW The swagger documentation of the new REST API can be found by appending:

/swagger

to the base url. TEST example: https://test.webapi.prodibas.se/swagger

SOAP (wsdl)

The WSDL for respective SOAP-service can be downloaded by appending:

/V{version}/{name}Service.svc?wsdl

to the base url. Where version is the version number (e.g. 1) and name is the service name (e.g. Product). PROD example (version 1 of product service):

SEG
https://api.enummerbanken.se/V1/ProductService.svc?wsdl
VVS
https://ws.vvsinfo.se/V1/ProductService.svc?wsdl