Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerbandView
Please create a React-JS view called "VerbandView" for the fields of the Verband entity. The VerbandView must contain the following fields: - name: Akronym type: STRING - name: Beschreibung type: STRING - name: Gruendungsjahr type: LONG - name: Land type: STRING - name: Name type: STRING - name: Stadt type: STRING - name: Umfang type: STRING - name: VerbandTyp type: STRING - name: Webseite type: STRING An existing Verband entity should be loaded from the relative URL: "/TierTaxonService/verband/{id}" (HTTP-GET) If a new Verband entity has been created, the new entity should be posted to the relative URL: "/TierTaxonService/verband" (HTTP-POST) If an existing Verband entity has been updated, the modified entity should be sent to the relative URL: "/TierTaxonService/verband/{id}" (HTTP-PUT) If an existing Verband entity has to be deleted, the following relative URL should be called: "/TierTaxonService/verband/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZooVerbandMitgliedschaft columns: - column: SeitDatum - column: Notizen - column: Verband - column: Zoo - column: MitgliedschaftTyp The table should have the title "ZooVerbandMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/ZooService/zooverbandmitgliedschaft/verband/{id}" Add a HTML table to the view with the following Artenschutzprogramm columns: - column: Endjahr - column: ProgrammTyp - column: Startjahr - column: Beschreibung - column: KoordinatorVerband - column: Name The table should have the title "Artenschutzprogramms" und the data must be loaded from the server with the following relative URL: "/TierTaxonService/artenschutzprogramm/koordinatorverband/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum