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