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