Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GasimportView
Please create a React-JS view called "GasimportView" for the fields of the Gasimport entity. The GasimportView must contain the following fields: - name: ExportLand type: Land - name: Gasart type: Gasart - name: ImportLand type: Land - name: Jahr type: LONG - name: Notizen type: STRING - name: PipelineRoute type: Pipeline - name: VolumenBcm type: STRING The data source for the [PipelineRoute] select control should be loaded from the relative URL: "/PipelineService/pipeline" (HTTP-GET) The data source for the [ExportLand] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) The data source for the [ImportLand] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) The data source for the [Gasart] select control should be loaded from the relative URL: "/GasartService/gasart" (HTTP-GET) An existing Gasimport entity should be loaded from the relative URL: "/GasartService/gasimport/{id}" (HTTP-GET) If a new Gasimport entity has been created, the new entity should be posted to the relative URL: "/GasartService/gasimport" (HTTP-POST) If an existing Gasimport entity has been updated, the modified entity should be sent to the relative URL: "/GasartService/gasimport/{id}" (HTTP-PUT) If an existing Gasimport entity has to be deleted, the following relative URL should be called: "/GasartService/gasimport/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum