Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlagenKonformitaetView
Please create a React-JS view called "AnlagenKonformitaetView" for the fields of the AnlagenKonformitaet entity. The AnlagenKonformitaetView must contain the following fields: - name: Anlage type: Anlage - name: Bemerkungen type: STRING - name: KonformFlag type: BOOL - name: PruefDatum type: DATE - name: Rechtsanforderung type: Rechtsanforderung The data source for the [Rechtsanforderung] select control should be loaded from the relative URL: "/RechtsanforderungService/rechtsanforderung" (HTTP-GET) The data source for the [Anlage] select control should be loaded from the relative URL: "/GemeindeService/anlage" (HTTP-GET) An existing AnlagenKonformitaet entity should be loaded from the relative URL: "/RechtsanforderungService/anlagenkonformitaet/{id}" (HTTP-GET) If a new AnlagenKonformitaet entity has been created, the new entity should be posted to the relative URL: "/RechtsanforderungService/anlagenkonformitaet" (HTTP-POST) If an existing AnlagenKonformitaet entity has been updated, the modified entity should be sent to the relative URL: "/RechtsanforderungService/anlagenkonformitaet/{id}" (HTTP-PUT) If an existing AnlagenKonformitaet entity has to be deleted, the following relative URL should be called: "/RechtsanforderungService/anlagenkonformitaet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum