Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GesundheitsmassnahmeView
Please create a React-JS view called "GesundheitsmassnahmeView" for the fields of the Gesundheitsmassnahme entity. The GesundheitsmassnahmeView must contain the following fields: - name: Anbieter type: STRING - name: Beschreibung type: STRING - name: BisDatum type: DATE - name: Name type: STRING - name: TeilnehmendePerson type: TeilnehmendePerson - name: VonDatum type: DATE The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) An existing Gesundheitsmassnahme entity should be loaded from the relative URL: "/EntgeltzahlungService/gesundheitsmassnahme/{id}" (HTTP-GET) If a new Gesundheitsmassnahme entity has been created, the new entity should be posted to the relative URL: "/EntgeltzahlungService/gesundheitsmassnahme" (HTTP-POST) If an existing Gesundheitsmassnahme entity has been updated, the modified entity should be sent to the relative URL: "/EntgeltzahlungService/gesundheitsmassnahme/{id}" (HTTP-PUT) If an existing Gesundheitsmassnahme entity has to be deleted, the following relative URL should be called: "/EntgeltzahlungService/gesundheitsmassnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum