Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HistorischerAspektView
Please create a React-JS view called "HistorischerAspektView" for the fields of the HistorischerAspekt entity. The HistorischerAspektView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: INT - name: Startjahr type: INT - name: Titel type: STRING An existing HistorischerAspekt entity should be loaded from the relative URL: "/HistorischerAspektService/historischeraspekt/{id}" (HTTP-GET) If a new HistorischerAspekt entity has been created, the new entity should be posted to the relative URL: "/HistorischerAspektService/historischeraspekt" (HTTP-POST) If an existing HistorischerAspekt entity has been updated, the modified entity should be sent to the relative URL: "/HistorischerAspektService/historischeraspekt/{id}" (HTTP-PUT) If an existing HistorischerAspekt entity has to be deleted, the following relative URL should be called: "/HistorischerAspektService/historischeraspekt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KurortHistorischerAspekt columns: - column: HistorischerAspekt - column: Notizen - column: Kurort The table should have the title "KurortHistorischerAspekts" und the data must be loaded from the server with the following relative URL: "/HistorischerAspektService/kurorthistorischeraspekt/historischeraspekt/{id}" Add a HTML table to the view with the following KurtypHistorischerAspekt columns: - column: HistorischerAspekt - column: Notizen - column: Kurtyp The table should have the title "KurtypHistorischerAspekts" und the data must be loaded from the server with the following relative URL: "/HistorischerAspektService/kurtyphistorischeraspekt/historischeraspekt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum