Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KartenebeneView
Please create a React-JS view called "KartenebeneView" for the fields of the Kartenebene entity. The KartenebeneView must contain the following fields: - name: Abstract type: STRING - name: Ebenenname type: STRING - name: ErzeugtAm type: DATE - name: Kartendienst type: Kartendienst - name: MaxMassstab type: DOUBLE - name: MinMassstab type: DOUBLE - name: Name type: STRING - name: Titel type: STRING The data source for the [Kartendienst] select control should be loaded from the relative URL: "/KartendienstService/kartendienst" (HTTP-GET) An existing Kartenebene entity should be loaded from the relative URL: "/KartendienstService/kartenebene/{id}" (HTTP-GET) If a new Kartenebene entity has been created, the new entity should be posted to the relative URL: "/KartendienstService/kartenebene" (HTTP-POST) If an existing Kartenebene entity has been updated, the modified entity should be sent to the relative URL: "/KartendienstService/kartenebene/{id}" (HTTP-PUT) If an existing Kartenebene entity has to be deleted, the following relative URL should be called: "/KartendienstService/kartenebene/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum