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: Adresse1 type: STRING - name: Adresse2 type: STRING - name: Bundesland type: Bundesland - name: Land type: Land - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Rechtsform type: STRING - name: Traegertyp type: STRING - name: WebseiteUrl type: STRING The data source for the [Bundesland] select control should be loaded from the relative URL: "/LandService/bundesland" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Traegerorganisation entity should be loaded from the relative URL: "/LandService/traegerorganisation/{id}" (HTTP-GET) If a new Traegerorganisation entity has been created, the new entity should be posted to the relative URL: "/LandService/traegerorganisation" (HTTP-POST) If an existing Traegerorganisation entity has been updated, the modified entity should be sent to the relative URL: "/LandService/traegerorganisation/{id}" (HTTP-PUT) If an existing Traegerorganisation entity has to be deleted, the following relative URL should be called: "/LandService/traegerorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following WerkstattTraegerzuordnung columns: - column: Rolle - column: Traeger - column: GueltigVon - column: GueltigBis - column: Werkstatt The table should have the title "WerkstattTraegerzuordnungs" und the data must be loaded from the server with the following relative URL: "/BehinderungsartService/werkstatttraegerzuordnung/traeger/{id}" Add a HTML table to the view with the following Werkstatt columns: - column: Beschreibung - column: Name - column: Rechtsgrundlage - column: MitgliedEaspd - column: Kurzname - column: Land - column: Bundesland - column: Haupttraeger - column: MitgliedBagWfbm - column: Gruendungsjahr The table should have the title "Werkstatts" und the data must be loaded from the server with the following relative URL: "/WerkstattService/werkstatt/haupttraeger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum