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