Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProgrammArtView
Please create a React-JS view called "ProgrammArtView" for the fields of the ProgrammArt entity. The ProgrammArtView must contain the following fields: - name: Artenschutzprogramm type: Artenschutzprogramm - name: Notizen type: STRING - name: Rolle 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 [Artenschutzprogramm] select control should be loaded from the relative URL: "/TierTaxonService/artenschutzprogramm" (HTTP-GET) An existing ProgrammArt entity should be loaded from the relative URL: "/TierTaxonService/programmart/{id}" (HTTP-GET) If a new ProgrammArt entity has been created, the new entity should be posted to the relative URL: "/TierTaxonService/programmart" (HTTP-POST) If an existing ProgrammArt entity has been updated, the modified entity should be sent to the relative URL: "/TierTaxonService/programmart/{id}" (HTTP-PUT) If an existing ProgrammArt entity has to be deleted, the following relative URL should be called: "/TierTaxonService/programmart/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum