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