Guide: ERP-API

From bwCloud-OS
Revision as of 10:27, 12 May 2026 by As1844 (talk | contribs)
Jump to navigation Jump to search

➡️ To the Enterprise Resource Planning.

The bwCloud-OS provides an ERP with a RESTful API that allows our customers to overview and manage the accounting data and resources of their members. Mainly, this means to manage entitlements and eligibilities.

Entitlement

Entitlement validation

This endpoint can be used for validating syntax and checking the interpretation of an entitlement string.

  1. Got to the entitlement validation endpoint
  2. Click on the tryout button.
  3. Add your entitlement into the formula. E.g. { "value": "urn:geant:dfn.de:bwidm:bwcloud-os:group:xtiny_1:ufr_netze2"}
  4. Click on the execute button to send those data to our ERP.
  5. Inspect our results in the output windows below.
Endpoint section for the entitlement validation with input formula and output fields,
Endpoint section in the API for the entitlement validation.

Eligibility

Eligibility validation

This endpoint can be used for validating syntax and checking the interpretation of eligibility data.

  1. Got to the eligibility validation endpoint
  2. Click on the tryout button.
  3. Add your eligibility data into the formula.
  1. Click on the execute button to send those data to our ERP.
  2. Inspect our results in the output windows below.