Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ForschungsstudieView
Please create a React-JS view called "ForschungsstudieView" for the fields of the Forschungsstudie entity. The ForschungsstudieView must contain the following fields: - name: Institution type: STRING - name: Jahr type: LONG - name: Thema type: STRING - name: Titel type: STRING - name: Url type: STRING An existing Forschungsstudie entity should be loaded from the relative URL: "/OrganisationstypService/forschungsstudie/{id}" (HTTP-GET) If a new Forschungsstudie entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/forschungsstudie" (HTTP-POST) If an existing Forschungsstudie entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/forschungsstudie/{id}" (HTTP-PUT) If an existing Forschungsstudie entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/forschungsstudie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StudienErgebnis columns: - column: Forschungsstudie - column: Beschreibung - column: Ergebnistyp The table should have the title "StudienErgebniss" und the data must be loaded from the server with the following relative URL: "/OrganisationstypService/studienergebnis/forschungsstudie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum