Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HistorischerEintragView
Please create a React-JS view called "HistorischerEintragView" for the fields of the HistorischerEintrag entity. The HistorischerEintragView must contain the following fields: - name: Beschreibung type: STRING - name: Jahr type: INT - name: Quelle type: STRING - name: Titel type: STRING An existing HistorischerEintrag entity should be loaded from the relative URL: "/HistorischerEintragService/historischereintrag/{id}" (HTTP-GET) If a new HistorischerEintrag entity has been created, the new entity should be posted to the relative URL: "/HistorischerEintragService/historischereintrag" (HTTP-POST) If an existing HistorischerEintrag entity has been updated, the modified entity should be sent to the relative URL: "/HistorischerEintragService/historischereintrag/{id}" (HTTP-PUT) If an existing HistorischerEintrag entity has to be deleted, the following relative URL should be called: "/HistorischerEintragService/historischereintrag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SchaltanlageHistorie columns: - column: Schaltanlage - column: HistorischerEintrag The table should have the title "SchaltanlageHistories" und the data must be loaded from the server with the following relative URL: "/HistorischerEintragService/schaltanlagehistorie/historischereintrag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum