Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BerechtigungspruefungView
Please create a React-JS view called "BerechtigungspruefungView" for the fields of the Berechtigungspruefung entity. The BerechtigungspruefungView must contain the following fields: - name: Ehrenamtlicher type: Ehrenamtlicher - name: EinkommenGeprueftFlag type: BOOL - name: ErgebnisStatus type: STRING - name: GueltigBis type: DATE - name: Haushalt type: Haushalt - name: Mitarbeiter type: Mitarbeiter - name: Notizen type: STRING - name: Pruefdatum type: DATE The data source for the [Haushalt] select control should be loaded from the relative URL: "/LokaleTafelService/haushalt" (HTTP-GET) The data source for the [Ehrenamtlicher] select control should be loaded from the relative URL: "/EhrenamtlicherService/ehrenamtlicher" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing Berechtigungspruefung entity should be loaded from the relative URL: "/MitarbeiterService/berechtigungspruefung/{id}" (HTTP-GET) If a new Berechtigungspruefung entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/berechtigungspruefung" (HTTP-POST) If an existing Berechtigungspruefung entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/berechtigungspruefung/{id}" (HTTP-PUT) If an existing Berechtigungspruefung entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/berechtigungspruefung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum