Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KammerView
Please create a React-JS view called "KammerView" for the fields of the Kammer entity. The KammerView must contain the following fields: - name: Bundesland type: STRING - name: Email type: STRING - name: Land type: STRING - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Rechtsgrundlage type: Rechtsgrundlage - name: Strasse type: STRING - name: Telefon type: STRING - name: Webseite type: STRING The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/KammerService/rechtsgrundlage" (HTTP-GET) An existing Kammer entity should be loaded from the relative URL: "/KammerService/kammer/{id}" (HTTP-GET) If a new Kammer entity has been created, the new entity should be posted to the relative URL: "/KammerService/kammer" (HTTP-POST) If an existing Kammer entity has been updated, the modified entity should be sent to the relative URL: "/KammerService/kammer/{id}" (HTTP-PUT) If an existing Kammer entity has to be deleted, the following relative URL should be called: "/KammerService/kammer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Tierarztpraxis columns: - column: Enddatum - column: Strasse - column: Praxisart - column: Ort - column: Staatlich - column: Mobil - column: Land - column: Name - column: Notizen - column: Verwaltungsregion - column: Kammer - column: HatHausapotheke - column: Startdatum - column: Praxisform - column: Postleitzahl - column: Klinik The table should have the title "Tierarztpraxiss" und the data must be loaded from the server with the following relative URL: "/TierarztpraxisService/tierarztpraxis/kammer/{id}" Add a HTML table to the view with the following Tierarzt columns: - column: Nachname - column: Geschlecht - column: Notizen - column: Aktiv - column: Genehmigung - column: Vorname - column: Geburtsdatum - column: Kammer The table should have the title "Tierarzts" und the data must be loaded from the server with the following relative URL: "/TierarztpraxisService/tierarzt/kammer/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum