Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZooProgrammTeilnahmeView
Please create a React-JS view called "ZooProgrammTeilnahmeView" for the fields of the ZooProgrammTeilnahme entity. The ZooProgrammTeilnahmeView must contain the following fields: - name: Artenschutzprogramm type: Artenschutzprogramm - name: Notizen type: STRING - name: Rolle type: STRING - name: SeitJahr type: LONG - name: Zoo type: Zoo The data source for the [Artenschutzprogramm] select control should be loaded from the relative URL: "/TierTaxonService/artenschutzprogramm" (HTTP-GET) The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) An existing ZooProgrammTeilnahme entity should be loaded from the relative URL: "/ForschungsPublikationService/zooprogrammteilnahme/{id}" (HTTP-GET) If a new ZooProgrammTeilnahme entity has been created, the new entity should be posted to the relative URL: "/ForschungsPublikationService/zooprogrammteilnahme" (HTTP-POST) If an existing ZooProgrammTeilnahme entity has been updated, the modified entity should be sent to the relative URL: "/ForschungsPublikationService/zooprogrammteilnahme/{id}" (HTTP-PUT) If an existing ZooProgrammTeilnahme entity has to be deleted, the following relative URL should be called: "/ForschungsPublikationService/zooprogrammteilnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum