Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtView
Please create a React-JS view called "GerichtView" for the fields of the Gericht entity. The GerichtView must contain the following fields: - name: IstRegistergericht type: BOOL - name: Land type: Land - name: Name type: STRING - name: Ort type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/VereinService/land" (HTTP-GET) An existing Gericht entity should be loaded from the relative URL: "/FoerderprogrammService/gericht/{id}" (HTTP-GET) If a new Gericht entity has been created, the new entity should be posted to the relative URL: "/FoerderprogrammService/gericht" (HTTP-POST) If an existing Gericht entity has been updated, the modified entity should be sent to the relative URL: "/FoerderprogrammService/gericht/{id}" (HTTP-PUT) If an existing Gericht entity has to be deleted, the following relative URL should be called: "/FoerderprogrammService/gericht/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Foerderentscheidung columns: - column: Gericht - column: Verein - column: Waehrung - column: IstAusBeendetemVerfahren - column: Datum - column: Begruendung - column: Foerderprogramm - column: Betrag The table should have the title "Foerderentscheidungs" und the data must be loaded from the server with the following relative URL: "/FoerderprogrammService/foerderentscheidung/gericht/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum