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