Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationView
Please create a React-JS view called "OrganisationView" for the fields of the Organisation entity. The OrganisationView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Organisationstyp type: STRING An existing Organisation entity should be loaded from the relative URL: "/OrganisationService/organisation/{id}" (HTTP-GET) If a new Organisation entity has been created, the new entity should be posted to the relative URL: "/OrganisationService/organisation" (HTTP-POST) If an existing Organisation entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationService/organisation/{id}" (HTTP-PUT) If an existing Organisation entity has to be deleted, the following relative URL should be called: "/OrganisationService/organisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wartungsereignis columns: - column: Ereignistyp - column: Waehrung - column: DurchgefuehrtVon - column: Beschreibung - column: Kosten - column: Stadtmoebel - column: Datum The table should have the title "Wartungsereigniss" und the data must be loaded from the server with the following relative URL: "/OrganisationService/wartungsereignis/durchgefuehrtvon/{id}" Add a HTML table to the view with the following Streitfall columns: - column: Beschreibung - column: Betreff - column: Status - column: Gegenpartei - column: Ergebnis - column: Startdatum - column: Gemeinde - column: Enddatum The table should have the title "Streitfalls" und the data must be loaded from the server with the following relative URL: "/GemeindeService/streitfall/gegenpartei/{id}" Add a HTML table to the view with the following Standort columns: - column: EigentuemerOrganisation - column: Laengengrad - column: Standorttyp - column: Beschreibung - column: IstOeffentlich - column: Breitengrad - column: Name The table should have the title "Standorts" und the data must be loaded from the server with the following relative URL: "/OrganisationService/standort/eigentuemerorganisation/{id}" Add a HTML table to the view with the following Werbevertrag columns: - column: Notizen - column: Werbetreibender - column: Enddatum - column: Waehrung - column: Gebuehr - column: Werbeflaeche - column: Startdatum The table should have the title "Werbevertrags" und the data must be loaded from the server with the following relative URL: "/MoebelKategorieService/werbevertrag/werbetreibender/{id}" Add a HTML table to the view with the following PppVertrag columns: - column: BeinhaltetBau - column: Notizen - column: Beschreibung - column: Einnahmemodell - column: Enddatum - column: Gemeinde - column: PrivaterPartner - column: Startdatum - column: BeinhaltetWartung The table should have the title "PppVertrags" und the data must be loaded from the server with the following relative URL: "/GemeindeService/pppvertrag/privaterpartner/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum