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: Beschreibung 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: "/OrganisationService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/OrganisationService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/OrganisationService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following HistorischesEreignis columns: - column: Organisation - column: Beschreibung - column: Verfahren - column: Titel - column: Land - column: Ereignisdatum The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/OrganisationService/historischesereignis/land/{id}" Add a HTML table to the view with the following Entsalzungsanlage columns: - column: BetreiberOrganisation - column: InbetriebnahmeJahr - column: IstKraftwerksverbund - column: AusserbetriebnahmeJahr - column: Hinweise - column: Land - column: Produktwasserart - column: StandortStadt - column: Rohwasserart - column: Name - column: StandortBeschreibung - column: TageskapazitaetM3 The table should have the title "Entsalzungsanlages" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/entsalzungsanlage/land/{id}" Add a HTML table to the view with the following Organisation columns: - column: SitzStadt - column: Name - column: Organisationstyp - column: SitzLand - column: Beschreibung The table should have the title "Organisations" und the data must be loaded from the server with the following relative URL: "/OrganisationService/organisation/sitzland/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum