Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsinstrumentView
Please create a React-JS view called "RechtsinstrumentView" for the fields of the Rechtsinstrument entity. The RechtsinstrumentView must contain the following fields: - name: Beschreibung type: STRING - name: EndeDatum type: DATE - name: Fundstelle type: STRING - name: InkraftDatum type: DATE - name: Kurztitel type: STRING - name: Land type: Land - name: Rechtsart type: STRING - name: Titel type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/AkteurService/land" (HTTP-GET) An existing Rechtsinstrument entity should be loaded from the relative URL: "/AkteurService/rechtsinstrument/{id}" (HTTP-GET) If a new Rechtsinstrument entity has been created, the new entity should be posted to the relative URL: "/AkteurService/rechtsinstrument" (HTTP-POST) If an existing Rechtsinstrument entity has been updated, the modified entity should be sent to the relative URL: "/AkteurService/rechtsinstrument/{id}" (HTTP-PUT) If an existing Rechtsinstrument entity has to be deleted, the following relative URL should be called: "/AkteurService/rechtsinstrument/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Rechtsanforderung columns: - column: Rechtsinstrument - column: Titel - column: Beschreibung - column: AnforderungCode The table should have the title "Rechtsanforderungs" und the data must be loaded from the server with the following relative URL: "/RechtsanforderungService/rechtsanforderung/rechtsinstrument/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum