Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProjektArtView
Please create a React-JS view called "ProjektArtView" for the fields of the ProjektArt entity. The ProjektArtView must contain the following fields: - name: AnzahlAusgewildert type: LONG - name: Auswilderungsprojekt type: Auswilderungsprojekt - name: IstLaufend type: BOOL - name: Notizen type: STRING - name: TierTaxon type: TierTaxon The data source for the [TierTaxon] select control should be loaded from the relative URL: "/TierTaxonService/tiertaxon" (HTTP-GET) The data source for the [Auswilderungsprojekt] select control should be loaded from the relative URL: "/AuswilderungsprojektService/auswilderungsprojekt" (HTTP-GET) An existing ProjektArt entity should be loaded from the relative URL: "/AuswilderungsprojektService/projektart/{id}" (HTTP-GET) If a new ProjektArt entity has been created, the new entity should be posted to the relative URL: "/AuswilderungsprojektService/projektart" (HTTP-POST) If an existing ProjektArt entity has been updated, the modified entity should be sent to the relative URL: "/AuswilderungsprojektService/projektart/{id}" (HTTP-PUT) If an existing ProjektArt entity has to be deleted, the following relative URL should be called: "/AuswilderungsprojektService/projektart/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum