Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnischerZugView
Please create a React-JS view called "TechnischerZugView" for the fields of the TechnischerZug entity. The TechnischerZugView must contain the following fields: - name: Name type: STRING - name: Ortsverband type: Ortsverband The data source for the [Ortsverband] select control should be loaded from the relative URL: "/OrtsverbandService/ortsverband" (HTTP-GET) An existing TechnischerZug entity should be loaded from the relative URL: "/TechnischerZugService/technischerzug/{id}" (HTTP-GET) If a new TechnischerZug entity has been created, the new entity should be posted to the relative URL: "/TechnischerZugService/technischerzug" (HTTP-POST) If an existing TechnischerZug entity has been updated, the modified entity should be sent to the relative URL: "/TechnischerZugService/technischerzug/{id}" (HTTP-PUT) If an existing TechnischerZug entity has to be deleted, the following relative URL should be called: "/TechnischerZugService/technischerzug/{id}" (HTTP-DELETE) Add a HTML table to the view with the following EinsatzBeteiligteEinheit columns: - column: Ortsverband - column: Auslandseinheit - column: TechnischerZug - column: Einsatz - column: Rollenbeschreibung - column: Fachgruppe - column: Bergungsgruppe The table should have the title "EinsatzBeteiligteEinheits" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/einsatzbeteiligteeinheit/technischerzug/{id}" Add a HTML table to the view with the following Bergungsgruppe columns: - column: TechnischerZug - column: Name - column: Variante The table should have the title "Bergungsgruppes" und the data must be loaded from the server with the following relative URL: "/TechnischerZugService/bergungsgruppe/technischerzug/{id}" Add a HTML table to the view with the following Ausruestung columns: - column: Seriennummer - column: Ortsverband - column: Name - column: Bergungsgruppe - column: Kategorie - column: TechnischerZug - column: Beschreibung - column: Logistikzentrum - column: Fachgruppe The table should have the title "Ausruestungs" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/ausruestung/technischerzug/{id}" Add a HTML table to the view with the following Zugtrupp columns: - column: Name - column: TechnischerZug The table should have the title "Zugtrupps" und the data must be loaded from the server with the following relative URL: "/EinsatzartService/zugtrupp/technischerzug/{id}" Add a HTML table to the view with the following Fachgruppe columns: - column: TechnischerZug - column: Name - column: Spezialisierung The table should have the title "Fachgruppes" und the data must be loaded from the server with the following relative URL: "/TechnischerZugService/fachgruppe/technischerzug/{id}" Add a HTML table to the view with the following Fahrzeug columns: - column: Ortsverband - column: Beschreibung - column: TechnischerZug - column: Fachgruppe - column: Bergungsgruppe - column: Baujahr - column: Funkrufname - column: Typ The table should have the title "Fahrzeugs" und the data must be loaded from the server with the following relative URL: "/TechnischerZugService/fahrzeug/technischerzug/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum