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