Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HistorischeStrasseView
Please create a React-JS view called "HistorischeStrasseView" for the fields of the HistorischeStrasse entity. The HistorischeStrasseView must contain the following fields: - name: Beschreibung type: STRING - name: EndeJahr type: LONG - name: Kultur type: STRING - name: Militaerisch type: BOOL - name: Name type: STRING - name: StartJahr type: LONG An existing HistorischeStrasse entity should be loaded from the relative URL: "/HistorischeStrasseService/historischestrasse/{id}" (HTTP-GET) If a new HistorischeStrasse entity has been created, the new entity should be posted to the relative URL: "/HistorischeStrasseService/historischestrasse" (HTTP-POST) If an existing HistorischeStrasse entity has been updated, the modified entity should be sent to the relative URL: "/HistorischeStrasseService/historischestrasse/{id}" (HTTP-PUT) If an existing HistorischeStrasse entity has to be deleted, the following relative URL should be called: "/HistorischeStrasseService/historischestrasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HistorischeStrassenstrecke columns: - column: Notizen - column: Strassenabschnitt - column: HistorischeStrasse The table should have the title "HistorischeStrassenstreckes" und the data must be loaded from the server with the following relative URL: "/HistorischeStrasseService/historischestrassenstrecke/historischestrasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum