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: AbrechnungsportalUrl type: STRING - name: EMailAdresse type: STRING - name: Kurzname type: STRING - name: OffiziellerName type: STRING - name: Ort type: Ort - name: Telefonnummer type: STRING - name: Versicherungstyp type: STRING The data source for the [Ort] select control should be loaded from the relative URL: "/OrtService/ort" (HTTP-GET) An existing Versicherung entity should be loaded from the relative URL: "/VersicherungService/versicherung/{id}" (HTTP-GET) If a new Versicherung entity has been created, the new entity should be posted to the relative URL: "/VersicherungService/versicherung" (HTTP-POST) If an existing Versicherung entity has been updated, the modified entity should be sent to the relative URL: "/VersicherungService/versicherung/{id}" (HTTP-PUT) If an existing Versicherung entity has to be deleted, the following relative URL should be called: "/VersicherungService/versicherung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KlientVersicherung columns: - column: GueltigBis - column: IstPrimaer - column: Versicherungsnummer - column: Versicherungsart - column: Klient - column: GueltigVon - column: Versicherung The table should have the title "KlientVersicherungs" und the data must be loaded from the server with the following relative URL: "/RechtsformService/klientversicherung/versicherung/{id}" Add a HTML table to the view with the following KlientVersicherung columns: - column: GueltigBis - column: IstPrimaer - column: Versicherungsnummer - column: Versicherungsart - column: Klient - column: GueltigVon - column: Versicherung The table should have the title "KlientVersicherungs" und the data must be loaded from the server with the following relative URL: "/RechtsformService/klientversicherung/versicherungsnummer/{id}" Add a HTML table to the view with the following KlientVersicherung columns: - column: GueltigBis - column: IstPrimaer - column: Versicherungsnummer - column: Versicherungsart - column: Klient - column: GueltigVon - column: Versicherung The table should have the title "KlientVersicherungs" und the data must be loaded from the server with the following relative URL: "/RechtsformService/klientversicherung/versicherungsart/{id}" Add a HTML table to the view with the following Tarif columns: - column: Versicherung - column: GueltigBis - column: Einheit - column: Tarifname - column: Preis - column: GueltigVon - column: LeistungskatalogEintrag The table should have the title "Tarifs" und the data must be loaded from the server with the following relative URL: "/VersicherungService/tarif/versicherung/{id}" Add a HTML table to the view with the following Rechnung columns: - column: Rechnungsdatum - column: AbrechnungszeitraumBis - column: Rechnungsnummer - column: AbrechnungszeitraumVon - column: Gesamtbetrag - column: Pflegedienst - column: Klient - column: Versicherung - column: Faelligkeitsdatum - column: Rechnungsstatus The table should have the title "Rechnungs" und the data must be loaded from the server with the following relative URL: "/VersicherungService/rechnung/versicherung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum