Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsmittelView
Please create a React-JS view called "RechtsmittelView" for the fields of the Rechtsmittel entity. The RechtsmittelView must contain the following fields: - name: Ausgangsverfahren type: Verfahren - name: Eingangsdatum type: DATE - name: Entscheidungsdatum type: DATE - name: Ergebnis type: STRING - name: Rechtsmittelgericht type: Gericht - name: Rechtsmitteltyp type: STRING - name: Zielverfahren type: Verfahren The data source for the [Rechtsmittelgericht] select control should be loaded from the relative URL: "/GerichtService/gericht" (HTTP-GET) The data source for the [Ausgangsverfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) The data source for the [Zielverfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) An existing Rechtsmittel entity should be loaded from the relative URL: "/GerichtService/rechtsmittel/{id}" (HTTP-GET) If a new Rechtsmittel entity has been created, the new entity should be posted to the relative URL: "/GerichtService/rechtsmittel" (HTTP-POST) If an existing Rechtsmittel entity has been updated, the modified entity should be sent to the relative URL: "/GerichtService/rechtsmittel/{id}" (HTTP-PUT) If an existing Rechtsmittel entity has to be deleted, the following relative URL should be called: "/GerichtService/rechtsmittel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum