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