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: Hinweise type: STRING - name: IsoCode type: STRING - name: Landesname 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 Organisation columns: - column: WebseiteUrl - column: Rechtsform - column: Gruendungsdatum - column: Land - column: Organisationstyp - column: Hinweise - column: SitzGemeinde - column: Organisationsname The table should have the title "Organisations" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/organisation/land/{id}" Add a HTML table to the view with the following Wasserverband columns: - column: Verbandsname - column: Land - column: Gruendungsdatum - column: Hinweise The table should have the title "Wasserverbands" und the data must be loaded from the server with the following relative URL: "/WasserverbandService/wasserverband/land/{id}" Add a HTML table to the view with the following Regulierungsrahmen columns: - column: Land - column: GueltigBis - column: GueltigAb - column: Rahmenname - column: Beschreibung The table should have the title "Regulierungsrahmens" und the data must be loaded from the server with the following relative URL: "/LandService/regulierungsrahmen/land/{id}" Add a HTML table to the view with the following Norm columns: - column: Beschreibung - column: Normcode - column: Normtitel - column: Herausgeber - column: Land - column: Veroeffentlichungsdatum The table should have the title "Norms" und the data must be loaded from the server with the following relative URL: "/LandService/norm/land/{id}" Add a HTML table to the view with the following BundeslandRegion columns: - column: Hinweise - column: Regionstyp - column: Land - column: Regionsname The table should have the title "BundeslandRegions" und the data must be loaded from the server with the following relative URL: "/VerteilnetzService/bundeslandregion/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum