SAP

With a subscription for Uniserv SAP modules you can download those either via API or manually in browser.

Download in browser

In order to download your subscribed Uniserv SAP modules you have to log on Uniserv CONNECT and go to the Download Service area. There you will find the latest version for all SAP modules you have subscribed. After download, you can start the installation in the usual way.

Download via API

Direct download of Uniserv SAP modules is possible via API. The desired resource can be retrieved by generating URLs according to the provided format and substituting placeholders with the appropriate values. This approach provides a simple way to access each particular resource, as well as the ability to obtain checksums for potential automation tasks.

Please note that you have to provide your API Key in the Authorization Header as Bearer Token to download SAP modules. SHA512 checksums are available without authentication.

To download one particular SAP module use the following URL:

https://download.connect.uniserv.com/download/v1/sap/<product>/latest/<artifact>

To download a SHA512 checksum for the artifact use the following URL:

https://download.connect.uniserv.com/download/v1/sap/<product>/latest/<artifact-checksum>

The following values for URL path variables are possible:

<product>

Possible values are:

  • ccfrw

  • dqm

  • unigeo

  • unii4h

  • unis4h

  • unil4h

  • unisl

  • v5basis

  • v5mail

  • v5post

<artifact>

Possible values are:

  • CCFRW.zip

  • DQM.zip

  • UNIGEO.zip

  • UNII4H.zip

  • UNIS4H.zip

  • UNIL4H.zip

  • UNISL.zip

  • V5BASIS.zip

  • V5MAIL.zip

  • V5POST.zip

<artifact-checksum>

Add .sha512 to the artifact name to download the checksum, e.g.:

  • CCFRW.zip.sha512

  • UNII4H.zip.sha512

Examples

curl https://download.connect.uniserv.com/download/v1/sap/ccfrw/latest/CCFRW.zip.sha512
curl -H "Authorization: Bearer <your api key>" https://download.connect.uniserv.com/download/v1/sap/ccfrw/latest/CCFRW.zip

curl https://download.connect.uniserv.com/download/v1/sap/unii4h/latest/UNII4H.zip.sha512
curl -H "Authorization: Bearer <your api key>" https://download.connect.uniserv.com/download/v1/sap/unii4h/latest/UNII4H.zip