Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VersicherungstarifView
Please create a React-JS view called "VersicherungstarifView" for the fields of the Versicherungstarif entity. The VersicherungstarifView must contain the following fields: - name: Beschreibung type: STRING - name: IstZusatzversicherung type: BOOL - name: Name type: STRING - name: Versicherung type: Versicherung The data source for the [Versicherung] select control should be loaded from the relative URL: "/BehandlungsmethodeService/versicherung" (HTTP-GET) An existing Versicherungstarif entity should be loaded from the relative URL: "/BerufService/versicherungstarif/{id}" (HTTP-GET) If a new Versicherungstarif entity has been created, the new entity should be posted to the relative URL: "/BerufService/versicherungstarif" (HTTP-POST) If an existing Versicherungstarif entity has been updated, the modified entity should be sent to the relative URL: "/BerufService/versicherungstarif/{id}" (HTTP-PUT) If an existing Versicherungstarif entity has to be deleted, the following relative URL should be called: "/BerufService/versicherungstarif/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Versicherungsleistung columns: - column: Beruf - column: Bedingungen - column: Behandlungsmethode - column: Versicherungstarif - column: ErstattungssatzProzent - column: MaxErstattungProJahr The table should have the title "Versicherungsleistungs" und the data must be loaded from the server with the following relative URL: "/BerufService/versicherungsleistung/versicherungstarif/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum