Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandRegionView
Please create a React-JS view called "LandRegionView" for the fields of the LandRegion entity. The LandRegionView must contain the following fields: - name: IstNeueBundeslaender type: BOOL - name: LandCode type: STRING - name: Regionsname type: STRING An existing LandRegion entity should be loaded from the relative URL: "/LandRegionService/landregion/{id}" (HTTP-GET) If a new LandRegion entity has been created, the new entity should be posted to the relative URL: "/LandRegionService/landregion" (HTTP-POST) If an existing LandRegion entity has been updated, the modified entity should be sent to the relative URL: "/LandRegionService/landregion/{id}" (HTTP-PUT) If an existing LandRegion entity has to be deleted, the following relative URL should be called: "/LandRegionService/landregion/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kostentraeger columns: - column: Name - column: LandRegion - column: Kostentraegertyp The table should have the title "Kostentraegers" und the data must be loaded from the server with the following relative URL: "/LandRegionService/kostentraeger/landregion/{id}" Add a HTML table to the view with the following Gebuehrenordnung columns: - column: IstOeffentlich - column: LandRegion - column: Name The table should have the title "Gebuehrenordnungs" und the data must be loaded from the server with the following relative URL: "/LandRegionService/gebuehrenordnung/landregion/{id}" Add a HTML table to the view with the following Praxis columns: - column: Name - column: LandRegion - column: Rechtsform - column: Postleitzahl - column: Webseite - column: IstAmbulanteKlinik - column: Praxisart - column: Ort - column: Strasse - column: EmailAdresse - column: Enddatum - column: Telefonnummer - column: Kooperationsform - column: Startdatum - column: IstMobil The table should have the title "Praxiss" und the data must be loaded from the server with the following relative URL: "/PraxisService/praxis/landregion/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum