Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StudienErgebnisView
Please create a React-JS view called "StudienErgebnisView" for the fields of the StudienErgebnis entity. The StudienErgebnisView must contain the following fields: - name: Beschreibung type: STRING - name: Ergebnistyp type: STRING - name: Forschungsstudie type: Forschungsstudie The data source for the [Forschungsstudie] select control should be loaded from the relative URL: "/OrganisationstypService/forschungsstudie" (HTTP-GET) An existing StudienErgebnis entity should be loaded from the relative URL: "/OrganisationstypService/studienergebnis/{id}" (HTTP-GET) If a new StudienErgebnis entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/studienergebnis" (HTTP-POST) If an existing StudienErgebnis entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/studienergebnis/{id}" (HTTP-PUT) If an existing StudienErgebnis entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/studienergebnis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum