Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsanforderungView
Please create a React-JS view called "RechtsanforderungView" for the fields of the Rechtsanforderung entity. The RechtsanforderungView must contain the following fields: - name: AnforderungCode type: STRING - name: Beschreibung type: STRING - name: Rechtsinstrument type: Rechtsinstrument - name: Titel type: STRING The data source for the [Rechtsinstrument] select control should be loaded from the relative URL: "/AkteurService/rechtsinstrument" (HTTP-GET) An existing Rechtsanforderung entity should be loaded from the relative URL: "/RechtsanforderungService/rechtsanforderung/{id}" (HTTP-GET) If a new Rechtsanforderung entity has been created, the new entity should be posted to the relative URL: "/RechtsanforderungService/rechtsanforderung" (HTTP-POST) If an existing Rechtsanforderung entity has been updated, the modified entity should be sent to the relative URL: "/RechtsanforderungService/rechtsanforderung/{id}" (HTTP-PUT) If an existing Rechtsanforderung entity has to be deleted, the following relative URL should be called: "/RechtsanforderungService/rechtsanforderung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Grenzwert columns: - column: Mittelungszeitraum - column: Grenzwert - column: Rechtsanforderung - column: Parameter - column: Einheit The table should have the title "Grenzwerts" und the data must be loaded from the server with the following relative URL: "/DeponieService/grenzwert/rechtsanforderung/{id}" Add a HTML table to the view with the following AnlagenKonformitaet columns: - column: Bemerkungen - column: Anlage - column: KonformFlag - column: Rechtsanforderung - column: PruefDatum The table should have the title "AnlagenKonformitaets" und the data must be loaded from the server with the following relative URL: "/RechtsanforderungService/anlagenkonformitaet/rechtsanforderung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum