Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TraegerorganisationView
Please create a React-JS view called "TraegerorganisationView" for the fields of the Traegerorganisation entity. The TraegerorganisationView must contain the following fields: - name: HauptsitzOrt type: INT - name: IstAktiv type: BOOL - name: IstGemeinnuetzig type: BOOL - name: IstKirchlich type: BOOL - name: Kurzname type: STRING - name: OffiziellerName type: STRING - name: Rechtsform type: Rechtsform - name: Registrierungsnummer type: STRING - name: Steuernummer type: STRING - name: Traegertyp type: STRING The data source for the [Rechtsform] select control should be loaded from the relative URL: "/RechtsformService/rechtsform" (HTTP-GET) An existing Traegerorganisation entity should be loaded from the relative URL: "/RechtsformService/traegerorganisation/{id}" (HTTP-GET) If a new Traegerorganisation entity has been created, the new entity should be posted to the relative URL: "/RechtsformService/traegerorganisation" (HTTP-POST) If an existing Traegerorganisation entity has been updated, the modified entity should be sent to the relative URL: "/RechtsformService/traegerorganisation/{id}" (HTTP-PUT) If an existing Traegerorganisation entity has to be deleted, the following relative URL should be called: "/RechtsformService/traegerorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Pflegedienst columns: - column: Pflegediensttyp - column: HauptstandortOrt - column: IstAktiv - column: Telefonnummer - column: Enddatum - column: EMailAdresse - column: IstZugelassenSgbV - column: OffiziellerName - column: Traegerorganisation - column: Kurzname - column: Startdatum - column: Rechtsform - column: WebseiteUrl - column: IstKirchlich - column: IstZugelassenSgbXI - column: IstGemeinnuetzig The table should have the title "Pflegediensts" und the data must be loaded from the server with the following relative URL: "/PflegedienstService/pflegedienst/traegerorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum