Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerwaltungsregionView
Please create a React-JS view called "VerwaltungsregionView" for the fields of the Verwaltungsregion entity. The VerwaltungsregionView 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: Strasse type: STRING - name: Telefon type: STRING - name: Typ type: STRING An existing Verwaltungsregion entity should be loaded from the relative URL: "/UnternehmenService/verwaltungsregion/{id}" (HTTP-GET) If a new Verwaltungsregion entity has been created, the new entity should be posted to the relative URL: "/UnternehmenService/verwaltungsregion" (HTTP-POST) If an existing Verwaltungsregion entity has been updated, the modified entity should be sent to the relative URL: "/UnternehmenService/verwaltungsregion/{id}" (HTTP-PUT) If an existing Verwaltungsregion entity has to be deleted, the following relative URL should be called: "/UnternehmenService/verwaltungsregion/{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/verwaltungsregion/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum