Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AkteurView
Please create a React-JS view called "AkteurView" for the fields of the Akteur entity. The AkteurView must contain the following fields: - name: Adresszeile type: STRING - name: AkteurTyp type: STRING - name: KontaktEmail type: STRING - name: KontaktTelefon type: STRING - name: Land type: Land - name: Name type: STRING - name: Postleitzahl type: STRING - name: Rechtsform type: STRING - name: Stadt type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/AkteurService/land" (HTTP-GET) An existing Akteur entity should be loaded from the relative URL: "/AkteurService/akteur/{id}" (HTTP-GET) If a new Akteur entity has been created, the new entity should be posted to the relative URL: "/AkteurService/akteur" (HTTP-POST) If an existing Akteur entity has been updated, the modified entity should be sent to the relative URL: "/AkteurService/akteur/{id}" (HTTP-PUT) If an existing Akteur entity has to be deleted, the following relative URL should be called: "/AkteurService/akteur/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Dienstleistungsvertrag columns: - column: DienstleisterAkteur - column: Leistungsbeschreibung - column: Kostenmodell - column: Gemeinde - column: AuftraggeberAkteur - column: Vertragsbeginn - column: Vertragsende The table should have the title "Dienstleistungsvertrags" und the data must be loaded from the server with the following relative URL: "/AbfallfraktionService/dienstleistungsvertrag/auftraggeberakteur/{id}" Add a HTML table to the view with the following Dienstleistungsvertrag columns: - column: DienstleisterAkteur - column: Leistungsbeschreibung - column: Kostenmodell - column: Gemeinde - column: AuftraggeberAkteur - column: Vertragsbeginn - column: Vertragsende The table should have the title "Dienstleistungsvertrags" und the data must be loaded from the server with the following relative URL: "/AbfallfraktionService/dienstleistungsvertrag/dienstleisterakteur/{id}" Add a HTML table to the view with the following Anlage columns: - column: InbetriebnahmeDatum - column: AnlagenTyp - column: Name - column: Gemeinde - column: Beschreibung - column: StilllegungDatum - column: BetreiberAkteur - column: Stadt - column: Postleitzahl - column: Adresszeile The table should have the title "Anlages" und the data must be loaded from the server with the following relative URL: "/GemeindeService/anlage/betreiberakteur/{id}" Add a HTML table to the view with the following Sammelfahrzeug columns: - column: Kennzeichen - column: BetreiberAkteur - column: InbetriebnahmeDatum - column: AusserbetriebDatum - column: Fahrzeugtyp The table should have the title "Sammelfahrzeugs" und the data must be loaded from the server with the following relative URL: "/SammelfahrzeugService/sammelfahrzeug/betreiberakteur/{id}" Add a HTML table to the view with the following Abfallstrom columns: - column: Abfallart - column: Beschreibung - column: Entstehungsjahr - column: QuelleAkteur - column: MengeTonnenGeschaetzt - column: Abfallkategorie - column: Abfallfraktion The table should have the title "Abfallstroms" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/abfallstrom/quelleakteur/{id}" Add a HTML table to the view with the following Deponie columns: - column: Gemeinde - column: BetreiberAkteur - column: SchliessDatum - column: DeponieTyp - column: Beschreibung - column: Name - column: StartDatum The table should have the title "Deponies" und the data must be loaded from the server with the following relative URL: "/DeponieService/deponie/betreiberakteur/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum