Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnbauflaecheView
Please create a React-JS view called "AnbauflaecheView" for the fields of the Anbauflaeche entity. The AnbauflaecheView must contain the following fields: - name: Fachsparte type: Fachsparte - name: FlaecheHektar type: STRING - name: Land type: STRING - name: Region type: STRING The data source for the [Fachsparte] select control should be loaded from the relative URL: "/FachsparteService/fachsparte" (HTTP-GET) An existing Anbauflaeche entity should be loaded from the relative URL: "/FachsparteService/anbauflaeche/{id}" (HTTP-GET) If a new Anbauflaeche entity has been created, the new entity should be posted to the relative URL: "/FachsparteService/anbauflaeche" (HTTP-POST) If an existing Anbauflaeche entity has been updated, the modified entity should be sent to the relative URL: "/FachsparteService/anbauflaeche/{id}" (HTTP-PUT) If an existing Anbauflaeche entity has to be deleted, the following relative URL should be called: "/FachsparteService/anbauflaeche/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum