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