Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KundeView
Please create a React-JS view called "KundeView" for the fields of the Kunde entity. The KundeView must contain the following fields: - name: KundeTyp type: STRING - name: Name type: STRING An existing Kunde entity should be loaded from the relative URL: "/KundeService/kunde/{id}" (HTTP-GET) If a new Kunde entity has been created, the new entity should be posted to the relative URL: "/KundeService/kunde" (HTTP-POST) If an existing Kunde entity has been updated, the modified entity should be sent to the relative URL: "/KundeService/kunde/{id}" (HTTP-PUT) If an existing Kunde entity has to be deleted, the following relative URL should be called: "/KundeService/kunde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Rezept columns: - column: Kunde - column: Arzt - column: Datum - column: RezeptTyp - column: Apotheke The table should have the title "Rezepts" und the data must be loaded from the server with the following relative URL: "/KundeService/rezept/kunde/{id}" 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/kunde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum