Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerfahrensartView
Please create a React-JS view called "VerfahrensartView" for the fields of the Verfahrensart entity. The VerfahrensartView must contain the following fields: - name: Beschreibung type: STRING - name: IstStrafverfahren type: BOOL - name: IstZivilverfahren type: BOOL - name: Maximalwert type: STRING - name: Name type: STRING An existing Verfahrensart entity should be loaded from the relative URL: "/VerfahrenService/verfahrensart/{id}" (HTTP-GET) If a new Verfahrensart entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/verfahrensart" (HTTP-POST) If an existing Verfahrensart entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/verfahrensart/{id}" (HTTP-PUT) If an existing Verfahrensart entity has to be deleted, the following relative URL should be called: "/VerfahrenService/verfahrensart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gerichtszustaendigkeit columns: - column: Mindestwert - column: Maximalwert - column: IstExklusiv - column: Verfahrensart - column: MaximalstrafeJahre - column: Gericht The table should have the title "Gerichtszustaendigkeits" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/gerichtszustaendigkeit/verfahrensart/{id}" Add a HTML table to the view with the following Verfahren columns: - column: Erstgericht - column: Enddatum - column: Verfahrensart - column: Beschreibung - column: Startdatum - column: Aktenzeichen - column: AktuellesGericht - column: IstAbgeschlossen The table should have the title "Verfahrens" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/verfahren/verfahrensart/{id}" Add a HTML table to the view with the following VerfahrensartRechtsgebiet columns: - column: Verfahrensart - column: Rechtsgebiet The table should have the title "VerfahrensartRechtsgebiets" und the data must be loaded from the server with the following relative URL: "/RechtsgebietService/verfahrensartrechtsgebiet/verfahrensart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum