Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CopernicusProduktView
Please create a React-JS view called "CopernicusProduktView" for the fields of the CopernicusProdukt entity. The CopernicusProduktView must contain the following fields: - name: AufloesungM type: DOUBLE - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Mission type: STRING - name: Name type: STRING - name: Produkttyp type: STRING - name: ZeitlicheAufloesungTage type: INT An existing CopernicusProdukt entity should be loaded from the relative URL: "/CopernicusProduktService/copernicusprodukt/{id}" (HTTP-GET) If a new CopernicusProdukt entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/copernicusprodukt" (HTTP-POST) If an existing CopernicusProdukt entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/copernicusprodukt/{id}" (HTTP-PUT) If an existing CopernicusProdukt entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/copernicusprodukt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CopernicusDatensatzVerknuepfung columns: - column: Geodatensatz - column: ErzeugtAm - column: CopernicusProdukt - column: Beschreibung The table should have the title "CopernicusDatensatzVerknuepfungs" und the data must be loaded from the server with the following relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/copernicusprodukt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum