Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinrichtungView
Please create a React-JS view called "EinrichtungView" for the fields of the Einrichtung entity. The EinrichtungView must contain the following fields: - name: AdresseLand type: STRING - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Art type: STRING - name: Email type: STRING - name: Name type: STRING - name: Telefonnummer type: STRING An existing Einrichtung entity should be loaded from the relative URL: "/EinrichtungService/einrichtung/{id}" (HTTP-GET) If a new Einrichtung entity has been created, the new entity should be posted to the relative URL: "/EinrichtungService/einrichtung" (HTTP-POST) If an existing Einrichtung entity has been updated, the modified entity should be sent to the relative URL: "/EinrichtungService/einrichtung/{id}" (HTTP-PUT) If an existing Einrichtung entity has to be deleted, the following relative URL should be called: "/EinrichtungService/einrichtung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BetreuterEinrichtung columns: - column: Notizen - column: Einrichtung - column: Betreuter - column: Aufenthaltsart - column: VonDatum - column: BisDatum The table should have the title "BetreuterEinrichtungs" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/betreutereinrichtung/einrichtung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum