Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtsbezirkView
Please create a React-JS view called "GerichtsbezirkView" for the fields of the Gerichtsbezirk entity. The GerichtsbezirkView must contain the following fields: - name: Beschreibung type: STRING - name: Bundesland type: Bundesland - name: Gericht type: Gericht - name: Name type: STRING The data source for the [Gericht] select control should be loaded from the relative URL: "/GerichtService/gericht" (HTTP-GET) The data source for the [Bundesland] select control should be loaded from the relative URL: "/BundeslandService/bundesland" (HTTP-GET) An existing Gerichtsbezirk entity should be loaded from the relative URL: "/BundeslandService/gerichtsbezirk/{id}" (HTTP-GET) If a new Gerichtsbezirk entity has been created, the new entity should be posted to the relative URL: "/BundeslandService/gerichtsbezirk" (HTTP-POST) If an existing Gerichtsbezirk entity has been updated, the modified entity should be sent to the relative URL: "/BundeslandService/gerichtsbezirk/{id}" (HTTP-PUT) If an existing Gerichtsbezirk entity has to be deleted, the following relative URL should be called: "/BundeslandService/gerichtsbezirk/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum