Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DokumentationView
Please create a React-JS view called "DokumentationView" for the fields of the Dokumentation entity. The DokumentationView must contain the following fields: - name: Beschreibung type: STRING - name: DateiReferenz type: STRING - name: Dokumenttyp type: STRING - name: Erstellungsdatum type: DATE - name: Gebaeude type: Gebaeude - name: Nutzungseinheit type: Nutzungseinheit - name: Stromkreis type: Stromkreis - name: Titel type: STRING The data source for the [Gebaeude] select control should be loaded from the relative URL: "/GebaeudeService/gebaeude" (HTTP-GET) The data source for the [Nutzungseinheit] select control should be loaded from the relative URL: "/NutzungseinheitService/nutzungseinheit" (HTTP-GET) The data source for the [Stromkreis] select control should be loaded from the relative URL: "/StromkreisService/stromkreis" (HTTP-GET) An existing Dokumentation entity should be loaded from the relative URL: "/GebaeudeService/dokumentation/{id}" (HTTP-GET) If a new Dokumentation entity has been created, the new entity should be posted to the relative URL: "/GebaeudeService/dokumentation" (HTTP-POST) If an existing Dokumentation entity has been updated, the modified entity should be sent to the relative URL: "/GebaeudeService/dokumentation/{id}" (HTTP-PUT) If an existing Dokumentation entity has to be deleted, the following relative URL should be called: "/GebaeudeService/dokumentation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum