Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InternationaleKonventionView
Please create a React-JS view called "InternationaleKonventionView" for the fields of the InternationaleKonvention entity. The InternationaleKonventionView must contain the following fields: - name: Beschreibung type: STRING - name: Inkrafttreten type: DATE - name: Kurzname type: STRING - name: Name type: STRING - name: Unterzeichnungsdatum type: DATE An existing InternationaleKonvention entity should be loaded from the relative URL: "/InternationaleKonventionService/internationalekonvention/{id}" (HTTP-GET) If a new InternationaleKonvention entity has been created, the new entity should be posted to the relative URL: "/InternationaleKonventionService/internationalekonvention" (HTTP-POST) If an existing InternationaleKonvention entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleKonventionService/internationalekonvention/{id}" (HTTP-PUT) If an existing InternationaleKonvention entity has to be deleted, the following relative URL should be called: "/InternationaleKonventionService/internationalekonvention/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KonventionsZeichen columns: - column: Name - column: Code - column: ZeichenKategorie - column: ZeichenFunktion - column: InternationaleKonvention - column: Beschreibung - column: ZeichenForm - column: Piktogramm The table should have the title "KonventionsZeichens" und the data must be loaded from the server with the following relative URL: "/ZeichenKategorieService/konventionszeichen/internationalekonvention/{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/internationalekonvention/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum