Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KurortHistorischerAspektView
Please create a React-JS view called "KurortHistorischerAspektView" for the fields of the KurortHistorischerAspekt entity. The KurortHistorischerAspektView must contain the following fields: - name: HistorischerAspekt type: HistorischerAspekt - name: Kurort type: Kurort - name: Notizen type: STRING The data source for the [HistorischerAspekt] select control should be loaded from the relative URL: "/HistorischerAspektService/historischeraspekt" (HTTP-GET) The data source for the [Kurort] select control should be loaded from the relative URL: "/KureinrichtungService/kurort" (HTTP-GET) An existing KurortHistorischerAspekt entity should be loaded from the relative URL: "/HistorischerAspektService/kurorthistorischeraspekt/{id}" (HTTP-GET) If a new KurortHistorischerAspekt entity has been created, the new entity should be posted to the relative URL: "/HistorischerAspektService/kurorthistorischeraspekt" (HTTP-POST) If an existing KurortHistorischerAspekt entity has been updated, the modified entity should be sent to the relative URL: "/HistorischerAspektService/kurorthistorischeraspekt/{id}" (HTTP-PUT) If an existing KurortHistorischerAspekt entity has to be deleted, the following relative URL should be called: "/HistorischerAspektService/kurorthistorischeraspekt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum