Guide: ERP-API
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.
- Got to the entitlement validation endpoint
- Click on the tryout button.
- Add your entitlement into the formula. E.g.
{ "value": "urn:geant:dfn.de:bwidm:bwcloud-os:group:xtiny_1:ufr_netze2"} - Click on the execute button to send those data to our ERP.
- Inspect our results in the output windows below.


Eligibility
Eligibility validation
This endpoint can be used for validating syntax and checking the interpretation of eligibility data.
- Got to the eligibility validation endpoint
- Click on the tryout button.
- Add your eligibility data into the formula. E.g.,
{ "cost_center": "ufr_netze2", "quota_flavor": "xtiny_1", "first_day_val": null, "last_day_val": null, "max_number_of_booking_units": null }
- Click on the execute button to send those data to our ERP.
- Inspect our results in the output windows below.