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. |
|
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. |
|
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. |
|
The swagger documentation of the readonly REST API can be found by appending:
/rest/swagger
to the base url. PROD example:
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
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 2 of product service):
All SOAP services are available using HTTP and HTTPS endpoints. However, we strongly recommend using the HTTPS endpoints for all communication.
To access the HTTPS endpoints, simply replace http:// with https:// in the URL and append /secure to the path. PROD example (version 2 of VVS product service):