Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CopernicusDatensatzVerknuepfungView
Please create a React-JS view called "CopernicusDatensatzVerknuepfungView" for the fields of the CopernicusDatensatzVerknuepfung entity. The CopernicusDatensatzVerknuepfungView must contain the following fields: - name: Beschreibung type: STRING - name: CopernicusProdukt type: CopernicusProdukt - name: ErzeugtAm type: DATE - name: Geodatensatz type: Geodatensatz The data source for the [Geodatensatz] select control should be loaded from the relative URL: "/GeodatensatzService/geodatensatz" (HTTP-GET) The data source for the [CopernicusProdukt] select control should be loaded from the relative URL: "/CopernicusProduktService/copernicusprodukt" (HTTP-GET) An existing CopernicusDatensatzVerknuepfung entity should be loaded from the relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/{id}" (HTTP-GET) If a new CopernicusDatensatzVerknuepfung entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung" (HTTP-POST) If an existing CopernicusDatensatzVerknuepfung entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/copernicusdatensatzverknuepfung/{id}" (HTTP-PUT) If an existing CopernicusDatensatzVerknuepfung entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/copernicusdatensatzverknuepfung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum