Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HistorischesSystemView
Please create a React-JS view called "HistorischesSystemView" for the fields of the HistorischesSystem entity. The HistorischesSystemView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: INT - name: Name type: STRING - name: Startjahr type: INT - name: UrsprungGemeinde type: STRING An existing HistorischesSystem entity should be loaded from the relative URL: "/HistorischesSystemService/historischessystem/{id}" (HTTP-GET) If a new HistorischesSystem entity has been created, the new entity should be posted to the relative URL: "/HistorischesSystemService/historischessystem" (HTTP-POST) If an existing HistorischesSystem entity has been updated, the modified entity should be sent to the relative URL: "/HistorischesSystemService/historischessystem/{id}" (HTTP-PUT) If an existing HistorischesSystem entity has to be deleted, the following relative URL should be called: "/HistorischesSystemService/historischessystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HistorischesEreignis columns: - column: Gemeinde - column: Jahr - column: Beschreibung - column: Titel - column: HistorischesSystem The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/HistorischesSystemService/historischesereignis/historischessystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum