Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: AmtlicherName type: STRING - name: IsoCode type: STRING - name: Name type: STRING - name: Region type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VerkehrszeichenSystem columns: - column: Name - column: Land - column: Rechtsgrundlage - column: Beschreibung - column: GueltigVon - column: GueltigBis The table should have the title "VerkehrszeichenSystems" und the data must be loaded from the server with the following relative URL: "/LandService/verkehrszeichensystem/land/{id}" Add a HTML table to the view with the following Rechtsgrundlage columns: - column: Titel - column: Kurztitel - column: ArtikelOderParagraph - column: Fundstelle - column: Land - column: GueltigBis - column: GueltigVon The table should have the title "Rechtsgrundlages" und the data must be loaded from the server with the following relative URL: "/LandService/rechtsgrundlage/land/{id}" Add a HTML table to the view with the following Behoerde columns: - column: Beschreibung - column: Behoerdenart - column: Name - column: Land The table should have the title "Behoerdes" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/behoerde/land/{id}" Add a HTML table to the view with the following ZusatzBeschilderung columns: - column: StandortBeschreibung - column: Name - column: Land - column: ZusatzBeschilderungTyp - column: IstAmtlich - column: Beschreibung - column: Behoerde The table should have the title "ZusatzBeschilderungs" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/zusatzbeschilderung/land/{id}" Add a HTML table to the view with the following KonventionsLand columns: - column: Land - column: Hinweise - column: InternationaleKonvention - column: Ratifikationsdatum The table should have the title "KonventionsLands" und the data must be loaded from the server with the following relative URL: "/InternationaleKonventionService/konventionsland/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum