Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ApothekerView
Please create a React-JS view called "ApothekerView" for the fields of the Apotheker entity. The ApothekerView must contain the following fields: - name: Approbationsdatum type: DATE - name: Berufsstatus type: STRING - name: Geburtsdatum type: DATE - name: Nachname type: STRING - name: Vorname type: STRING An existing Apotheker entity should be loaded from the relative URL: "/ApothekeService/apotheker/{id}" (HTTP-GET) If a new Apotheker entity has been created, the new entity should be posted to the relative URL: "/ApothekeService/apotheker" (HTTP-POST) If an existing Apotheker entity has been updated, the modified entity should be sent to the relative URL: "/ApothekeService/apotheker/{id}" (HTTP-PUT) If an existing Apotheker entity has to be deleted, the following relative URL should be called: "/ApothekeService/apotheker/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Apothekenleiter columns: - column: Apotheker - column: BisDatum - column: Apotheke - column: VonDatum The table should have the title "Apothekenleiters" und the data must be loaded from the server with the following relative URL: "/ApothekenketteService/apothekenleiter/apotheker/{id}" Add a HTML table to the view with the following Apotheke columns: - column: Ort - column: Region - column: Hauptapotheke - column: Strasse - column: Plz - column: VersandErlaubnisFlag - column: ApothekenTyp - column: Gruendungsdatum - column: InhaberApotheker - column: InternationaleBezeichnungFlag - column: Name The table should have the title "Apothekes" und the data must be loaded from the server with the following relative URL: "/ApothekeService/apotheke/inhaberapotheker/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum