Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BenutzerKontoView
Please create a React-JS view called "BenutzerKontoView" for the fields of the BenutzerKonto entity. The BenutzerKontoView must contain the following fields: - name: Benutzername type: STRING - name: EMail type: STRING - name: ErstelltAm type: DATE - name: IstAktiv type: BOOL - name: LetzteAnmeldung type: DATE - name: PasswortHash type: STRING - name: Patient type: Patient The data source for the [Patient] select control should be loaded from the relative URL: "/PatientService/patient" (HTTP-GET) An existing BenutzerKonto entity should be loaded from the relative URL: "/PraxisStandortService/benutzerkonto/{id}" (HTTP-GET) If a new BenutzerKonto entity has been created, the new entity should be posted to the relative URL: "/PraxisStandortService/benutzerkonto" (HTTP-POST) If an existing BenutzerKonto entity has been updated, the modified entity should be sent to the relative URL: "/PraxisStandortService/benutzerkonto/{id}" (HTTP-PUT) If an existing BenutzerKonto entity has to be deleted, the following relative URL should be called: "/PraxisStandortService/benutzerkonto/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum