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