Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsgrundlageView
Please create a React-JS view called "RechtsgrundlageView" for the fields of the Rechtsgrundlage entity. The RechtsgrundlageView must contain the following fields: - name: Bundesland type: STRING - name: Gesetzesreferenz type: STRING - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: Name type: STRING - name: Notizen type: STRING An existing Rechtsgrundlage entity should be loaded from the relative URL: "/KammerService/rechtsgrundlage/{id}" (HTTP-GET) If a new Rechtsgrundlage entity has been created, the new entity should be posted to the relative URL: "/KammerService/rechtsgrundlage" (HTTP-POST) If an existing Rechtsgrundlage entity has been updated, the modified entity should be sent to the relative URL: "/KammerService/rechtsgrundlage/{id}" (HTTP-PUT) If an existing Rechtsgrundlage entity has to be deleted, the following relative URL should be called: "/KammerService/rechtsgrundlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kammer columns: - column: Name - column: Bundesland - column: Telefon - column: Rechtsgrundlage - column: Land - column: Postleitzahl - column: Strasse - column: Webseite - column: Ort - column: Email The table should have the title "Kammers" und the data must be loaded from the server with the following relative URL: "/KammerService/kammer/rechtsgrundlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum