Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PhasenAspektView
Please create a React-JS view called "PhasenAspektView" for the fields of the PhasenAspekt entity. The PhasenAspektView must contain the following fields: - name: EndOffset type: LONG - name: SignalAspekt type: SignalAspekt - name: Signalphase type: Signalphase - name: StartOffset type: LONG The data source for the [Signalphase] select control should be loaded from the relative URL: "/SignalSymbolService/signalphase" (HTTP-GET) The data source for the [SignalAspekt] select control should be loaded from the relative URL: "/SignalFarbeService/signalaspekt" (HTTP-GET) An existing PhasenAspekt entity should be loaded from the relative URL: "/SignalFarbeService/phasenaspekt/{id}" (HTTP-GET) If a new PhasenAspekt entity has been created, the new entity should be posted to the relative URL: "/SignalFarbeService/phasenaspekt" (HTTP-POST) If an existing PhasenAspekt entity has been updated, the modified entity should be sent to the relative URL: "/SignalFarbeService/phasenaspekt/{id}" (HTTP-PUT) If an existing PhasenAspekt entity has to be deleted, the following relative URL should be called: "/SignalFarbeService/phasenaspekt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum