Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnischesHilfswerkView
Please create a React-JS view called "TechnischesHilfswerkView" for the fields of the TechnischesHilfswerk entity. The TechnischesHilfswerkView must contain the following fields: - name: BudgetBetrag type: STRING - name: BudgetJahr type: INT - name: Gruendungsdatum type: DATE - name: Name type: STRING - name: SitzBundesland type: STRING - name: SitzStadt type: STRING - name: Webseite type: STRING An existing TechnischesHilfswerk entity should be loaded from the relative URL: "/TechnischesHilfswerkService/technischeshilfswerk/{id}" (HTTP-GET) If a new TechnischesHilfswerk entity has been created, the new entity should be posted to the relative URL: "/TechnischesHilfswerkService/technischeshilfswerk" (HTTP-POST) If an existing TechnischesHilfswerk entity has been updated, the modified entity should be sent to the relative URL: "/TechnischesHilfswerkService/technischeshilfswerk/{id}" (HTTP-PUT) If an existing TechnischesHilfswerk entity has to be deleted, the following relative URL should be called: "/TechnischesHilfswerkService/technischeshilfswerk/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Ausbildungszentrum columns: - column: StandortStadt - column: Schwerpunkt - column: Name - column: StandortBundesland - column: TechnischesHilfswerk The table should have the title "Ausbildungszentrums" und the data must be loaded from the server with the following relative URL: "/TechnischesHilfswerkService/ausbildungszentrum/technischeshilfswerk/{id}" Add a HTML table to the view with the following Logistikzentrum columns: - column: StandortStadt - column: Name - column: Landesverband - column: Schwerpunkt - column: TechnischesHilfswerk - column: StandortBundesland The table should have the title "Logistikzentrums" und the data must be loaded from the server with the following relative URL: "/TechnischesHilfswerkService/logistikzentrum/technischeshilfswerk/{id}" Add a HTML table to the view with the following Landesverband columns: - column: Kennung - column: SitzBundesland - column: TechnischesHilfswerk - column: SitzStadt - column: Name The table should have the title "Landesverbands" und the data must be loaded from the server with the following relative URL: "/LandesverbandService/landesverband/technischeshilfswerk/{id}" Add a HTML table to the view with the following Auslandseinheit columns: - column: TechnischesHilfswerk - column: AuslandseinheitArt - column: Name - column: BasisLand - column: BasisStadt The table should have the title "Auslandseinheits" und the data must be loaded from the server with the following relative URL: "/TechnischesHilfswerkService/auslandseinheit/technischeshilfswerk/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum