Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VersicherungView
Please create a React-JS view called "VersicherungView" for the fields of the Versicherung entity. The VersicherungView must contain the following fields: - name: Anbieter type: STRING - name: Name type: STRING - name: Staat type: Staat - name: Typ type: STRING The data source for the [Staat] select control should be loaded from the relative URL: "/StaatService/staat" (HTTP-GET) An existing Versicherung entity should be loaded from the relative URL: "/StaatService/versicherung/{id}" (HTTP-GET) If a new Versicherung entity has been created, the new entity should be posted to the relative URL: "/StaatService/versicherung" (HTTP-POST) If an existing Versicherung entity has been updated, the modified entity should be sent to the relative URL: "/StaatService/versicherung/{id}" (HTTP-PUT) If an existing Versicherung entity has to be deleted, the following relative URL should be called: "/StaatService/versicherung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PersonVersicherung columns: - column: BisDatum - column: Vertragsnummer - column: Versicherung - column: VonDatum - column: Tagespflegeperson The table should have the title "PersonVersicherungs" und the data must be loaded from the server with the following relative URL: "/StaatService/personversicherung/versicherung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum