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