Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ApothekenpersonalView
Please create a React-JS view called "ApothekenpersonalView" for the fields of the Apothekenpersonal entity. The ApothekenpersonalView must contain the following fields: - name: Apotheke type: Apotheke - name: Nachname type: STRING - name: PersonalTyp type: STRING - name: Qualifikation type: STRING - name: Vorname type: STRING The data source for the [Apotheke] select control should be loaded from the relative URL: "/ApothekeService/apotheke" (HTTP-GET) An existing Apothekenpersonal entity should be loaded from the relative URL: "/ApothekenpersonalService/apothekenpersonal/{id}" (HTTP-GET) If a new Apothekenpersonal entity has been created, the new entity should be posted to the relative URL: "/ApothekenpersonalService/apothekenpersonal" (HTTP-POST) If an existing Apothekenpersonal entity has been updated, the modified entity should be sent to the relative URL: "/ApothekenpersonalService/apothekenpersonal/{id}" (HTTP-PUT) If an existing Apothekenpersonal entity has to be deleted, the following relative URL should be called: "/ApothekenpersonalService/apothekenpersonal/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Beratungsvorgang columns: - column: Kunde - column: Beratungsart - column: Apotheke - column: DurchPersonal - column: ThemaText - column: Kanal - column: KundeTyp - column: Datum The table should have the title "Beratungsvorgangs" und the data must be loaded from the server with the following relative URL: "/ApothekenpersonalService/beratungsvorgang/durchpersonal/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum