Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KonfliktberatungView
Please create a React-JS view called "KonfliktberatungView" for the fields of the Konfliktberatung entity. The KonfliktberatungView must contain the following fields: - name: Beratungsdatum type: DATE - name: Beschreibung type: STRING - name: Konfliktfall type: Konfliktfall - name: Mitarbeiter type: Mitarbeiter The data source for the [Konfliktfall] select control should be loaded from the relative URL: "/MitarbeiterService/konfliktfall" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing Konfliktberatung entity should be loaded from the relative URL: "/MitarbeiterService/konfliktberatung/{id}" (HTTP-GET) If a new Konfliktberatung entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/konfliktberatung" (HTTP-POST) If an existing Konfliktberatung entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/konfliktberatung/{id}" (HTTP-PUT) If an existing Konfliktberatung entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/konfliktberatung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum