Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuungFoerderungView
Please create a React-JS view called "BetreuungFoerderungView" for the fields of the BetreuungFoerderung entity. The BetreuungFoerderungView must contain the following fields: - name: Betreuungsverhaeltnis type: Betreuungsverhaeltnis - name: BisDatum type: DATE - name: Foerderprogramm type: Foerderprogramm - name: IstVollfoerderung type: BOOL - name: Monatsbetrag type: STRING - name: VonDatum type: DATE The data source for the [Betreuungsverhaeltnis] select control should be loaded from the relative URL: "/KindService/betreuungsverhaeltnis" (HTTP-GET) The data source for the [Foerderprogramm] select control should be loaded from the relative URL: "/FoerderprogrammService/foerderprogramm" (HTTP-GET) An existing BetreuungFoerderung entity should be loaded from the relative URL: "/FoerderprogrammService/betreuungfoerderung/{id}" (HTTP-GET) If a new BetreuungFoerderung entity has been created, the new entity should be posted to the relative URL: "/FoerderprogrammService/betreuungfoerderung" (HTTP-POST) If an existing BetreuungFoerderung entity has been updated, the modified entity should be sent to the relative URL: "/FoerderprogrammService/betreuungfoerderung/{id}" (HTTP-PUT) If an existing BetreuungFoerderung entity has to be deleted, the following relative URL should be called: "/FoerderprogrammService/betreuungfoerderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum