Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PipelineAbschnittView
Please create a React-JS view called "PipelineAbschnittView" for the fields of the PipelineAbschnitt entity. The PipelineAbschnittView must contain the following fields: - name: Fertigstellung type: LONG - name: LaengeKm type: STRING - name: Notizen type: STRING - name: Pipeline type: Pipeline - name: VonAnlage type: Anlage - name: ZuAnlage type: Anlage The data source for the [ZuAnlage] select control should be loaded from the relative URL: "/AnlageService/anlage" (HTTP-GET) The data source for the [VonAnlage] select control should be loaded from the relative URL: "/AnlageService/anlage" (HTTP-GET) The data source for the [Pipeline] select control should be loaded from the relative URL: "/PipelineService/pipeline" (HTTP-GET) An existing PipelineAbschnitt entity should be loaded from the relative URL: "/PipelineService/pipelineabschnitt/{id}" (HTTP-GET) If a new PipelineAbschnitt entity has been created, the new entity should be posted to the relative URL: "/PipelineService/pipelineabschnitt" (HTTP-POST) If an existing PipelineAbschnitt entity has been updated, the modified entity should be sent to the relative URL: "/PipelineService/pipelineabschnitt/{id}" (HTTP-PUT) If an existing PipelineAbschnitt entity has to be deleted, the following relative URL should be called: "/PipelineService/pipelineabschnitt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum