Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TherapiesitzungView
Please create a React-JS view called "TherapiesitzungView" for the fields of the Therapiesitzung entity. The TherapiesitzungView must contain the following fields: - name: DauerMinuten type: INT - name: Intensitaet type: STRING - name: Kur type: Kur - name: Notizen type: STRING - name: Therapieart type: Therapieart - name: Zeitpunkt type: DATE The data source for the [Kur] select control should be loaded from the relative URL: "/KurService/kur" (HTTP-GET) The data source for the [Therapieart] select control should be loaded from the relative URL: "/KurtypService/therapieart" (HTTP-GET) An existing Therapiesitzung entity should be loaded from the relative URL: "/KurtypService/therapiesitzung/{id}" (HTTP-GET) If a new Therapiesitzung entity has been created, the new entity should be posted to the relative URL: "/KurtypService/therapiesitzung" (HTTP-POST) If an existing Therapiesitzung entity has been updated, the modified entity should be sent to the relative URL: "/KurtypService/therapiesitzung/{id}" (HTTP-PUT) If an existing Therapiesitzung entity has to be deleted, the following relative URL should be called: "/KurtypService/therapiesitzung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum