Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GasquelleView
Please create a React-JS view called "GasquelleView" for the fields of the Gasquelle entity. The GasquelleView must contain the following fields: - name: Endjahr type: LONG - name: Gasart type: Gasart - name: Land type: Land - name: Name type: STRING - name: Notizen type: STRING - name: Quellentyp type: STRING - name: StandortStadt type: Stadt - name: Startjahr type: LONG The data source for the [StandortStadt] select control should be loaded from the relative URL: "/LandService/stadt" (HTTP-GET) The data source for the [Gasart] select control should be loaded from the relative URL: "/GasartService/gasart" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Gasquelle entity should be loaded from the relative URL: "/GasartService/gasquelle/{id}" (HTTP-GET) If a new Gasquelle entity has been created, the new entity should be posted to the relative URL: "/GasartService/gasquelle" (HTTP-POST) If an existing Gasquelle entity has been updated, the modified entity should be sent to the relative URL: "/GasartService/gasquelle/{id}" (HTTP-PUT) If an existing Gasquelle entity has to be deleted, the following relative URL should be called: "/GasartService/gasquelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum