Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahnarztAbschlussView
Please create a React-JS view called "ZahnarztAbschlussView" for the fields of the ZahnarztAbschluss entity. The ZahnarztAbschlussView must contain the following fields: - name: Abschluss type: Abschluss - name: Abschlussjahr type: Abschluss - name: Studienprogramm type: Studienprogramm - name: Universitaet type: STRING - name: Zahnarzt type: Zahnarzt The data source for the [Abschlussjahr] select control should be loaded from the relative URL: "/ZahnarztService/abschluss" (HTTP-GET) The data source for the [Zahnarzt] select control should be loaded from the relative URL: "/ZahnarztService/zahnarzt" (HTTP-GET) The data source for the [Studienprogramm] select control should be loaded from the relative URL: "/FortbildungService/studienprogramm" (HTTP-GET) The data source for the [Abschluss] select control should be loaded from the relative URL: "/ZahnarztService/abschluss" (HTTP-GET) An existing ZahnarztAbschluss entity should be loaded from the relative URL: "/ZahnarztService/zahnarztabschluss/{id}" (HTTP-GET) If a new ZahnarztAbschluss entity has been created, the new entity should be posted to the relative URL: "/ZahnarztService/zahnarztabschluss" (HTTP-POST) If an existing ZahnarztAbschluss entity has been updated, the modified entity should be sent to the relative URL: "/ZahnarztService/zahnarztabschluss/{id}" (HTTP-PUT) If an existing ZahnarztAbschluss entity has to be deleted, the following relative URL should be called: "/ZahnarztService/zahnarztabschluss/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum