Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnwendungView
Please create a React-JS view called "AnwendungView" for the fields of the Anwendung entity. The AnwendungView must contain the following fields: - name: Name type: STRING An existing Anwendung entity should be loaded from the relative URL: "/AnwendungService/anwendung/{id}" (HTTP-GET) If a new Anwendung entity has been created, the new entity should be posted to the relative URL: "/AnwendungService/anwendung" (HTTP-POST) If an existing Anwendung entity has been updated, the modified entity should be sent to the relative URL: "/AnwendungService/anwendung/{id}" (HTTP-PUT) If an existing Anwendung entity has to be deleted, the following relative URL should be called: "/AnwendungService/anwendung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GeraetAnwendung columns: - column: Anwendung - column: SpeicherGeraet The table should have the title "GeraetAnwendungs" und the data must be loaded from the server with the following relative URL: "/AnwendungService/geraetanwendung/anwendung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum