Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeistungsbewertungView
Please create a React-JS view called "LeistungsbewertungView" for the fields of the Leistungsbewertung entity. The LeistungsbewertungView must contain the following fields: - name: Arbeitsfaehigkeiten type: STRING - name: BewertetDurch type: MitarbeitendePerson - name: Bewertungsdatum type: DATE - name: Leistungsniveau type: STRING - name: TeilnehmendePerson type: TeilnehmendePerson - name: Unterstuetzungsbedarf type: STRING The data source for the [BewertetDurch] select control should be loaded from the relative URL: "/PersonService/mitarbeitendeperson" (HTTP-GET) The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) An existing Leistungsbewertung entity should be loaded from the relative URL: "/PersonService/leistungsbewertung/{id}" (HTTP-GET) If a new Leistungsbewertung entity has been created, the new entity should be posted to the relative URL: "/PersonService/leistungsbewertung" (HTTP-POST) If an existing Leistungsbewertung entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/leistungsbewertung/{id}" (HTTP-PUT) If an existing Leistungsbewertung entity has to be deleted, the following relative URL should be called: "/PersonService/leistungsbewertung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum