Guide: ERP-API: Difference between revisions

From bwCloud-OS
Jump to navigation Jump to search
As1844 (talk | contribs)
No edit summary
As1844 (talk | contribs)
No edit summary
 
Line 23: Line 23:
This endpoint can be used for validating syntax and checking the interpretation of eligibility data.
This endpoint can be used for validating syntax and checking the interpretation of eligibility data.


#Got to the [https://deverp.fr.bwcos.de/docs#/default/check_eligibility_eligibilities_validate_post eligibility validation endpoint]
# Got to the [https://deverp.fr.bwcos.de/docs#/default/check_eligibility_eligibilities_validate_post eligibility validation endpoint]
# Click on the tryout button.
# Click on the tryout button.
# Add your eligibility data into the formula.
# Add your eligibility data into the formula. E.g., <code>{ "cost_center": "ufr_netze2", "quota_flavor": "xtiny_1", "first_day_val": null, "last_day_val": null, "max_number_of_booking_units": null }</code>


# Click on the execute button to send those data to our ERP.
# Click on the execute button to send those data to our ERP.
# Inspect our results in the output windows below.
# Inspect our results in the output windows below.

Latest revision as of 12:28, 12 May 2026

➡️ 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. E.g., { "cost_center": "ufr_netze2", "quota_flavor": "xtiny_1", "first_day_val": null, "last_day_val": null, "max_number_of_booking_units": null }
  1. Click on the execute button to send those data to our ERP.
  2. Inspect our results in the output windows below.