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