Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TraegervereinView
Please create a React-JS view called "TraegervereinView" for the fields of the Traegerverein entity. The TraegervereinView must contain the following fields: - name: Name type: STRING - name: Rechtsform type: Rechtsform - name: Steuernummer type: STRING - name: VereinsregisterNummer type: STRING The data source for the [Rechtsform] select control should be loaded from the relative URL: "/TraegervereinService/rechtsform" (HTTP-GET) An existing Traegerverein entity should be loaded from the relative URL: "/TraegervereinService/traegerverein/{id}" (HTTP-GET) If a new Traegerverein entity has been created, the new entity should be posted to the relative URL: "/TraegervereinService/traegerverein" (HTTP-POST) If an existing Traegerverein entity has been updated, the modified entity should be sent to the relative URL: "/TraegervereinService/traegerverein/{id}" (HTTP-PUT) If an existing Traegerverein entity has to be deleted, the following relative URL should be called: "/TraegervereinService/traegerverein/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Foerderung columns: - column: BewilligtAm - column: Zweckbeschreibung - column: QuelleName - column: LokaleTafel - column: ErhaltenAm - column: FoerderTyp - column: Betrag - column: Traegerverein The table should have the title "Foerderungs" und the data must be loaded from the server with the following relative URL: "/TraegervereinService/foerderung/traegerverein/{id}" Add a HTML table to the view with the following LokaleTafel columns: - column: VereinsregisterNummer - column: Traegerverein - column: Name - column: AktivFlag - column: Bundesverband - column: Gruendungsdatum - column: Landesverband The table should have the title "LokaleTafels" und the data must be loaded from the server with the following relative URL: "/LokaleTafelService/lokaletafel/traegerverein/{id}" Add a HTML table to the view with the following Vorstandsmitglied columns: - column: Nachname - column: Traegerverein - column: Vorname - column: Landesverband - column: Bundesverband - column: Amtsbeginn - column: Funktion - column: Amtsende The table should have the title "Vorstandsmitglieds" und the data must be loaded from the server with the following relative URL: "/TraegervereinService/vorstandsmitglied/traegerverein/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum