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