Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtszustaendigkeitView
Please create a React-JS view called "GerichtszustaendigkeitView" for the fields of the Gerichtszustaendigkeit entity. The GerichtszustaendigkeitView must contain the following fields: - name: Gericht type: Gericht - name: IstExklusiv type: BOOL - name: MaximalstrafeJahre type: LONG - name: Maximalwert type: STRING - name: Mindestwert type: STRING - name: Verfahrensart type: Verfahrensart The data source for the [Verfahrensart] select control should be loaded from the relative URL: "/VerfahrenService/verfahrensart" (HTTP-GET) The data source for the [Gericht] select control should be loaded from the relative URL: "/GerichtService/gericht" (HTTP-GET) An existing Gerichtszustaendigkeit entity should be loaded from the relative URL: "/VerfahrenService/gerichtszustaendigkeit/{id}" (HTTP-GET) If a new Gerichtszustaendigkeit entity has been created, the new entity should be posted to the relative URL: "/VerfahrenService/gerichtszustaendigkeit" (HTTP-POST) If an existing Gerichtszustaendigkeit entity has been updated, the modified entity should be sent to the relative URL: "/VerfahrenService/gerichtszustaendigkeit/{id}" (HTTP-PUT) If an existing Gerichtszustaendigkeit entity has to be deleted, the following relative URL should be called: "/VerfahrenService/gerichtszustaendigkeit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum