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