Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KvTerminalView
Please create a React-JS view called "KvTerminalView" for the fields of the KvTerminal entity. The KvTerminalView must contain the following fields: - name: EroeffnungsJahr type: LONG - name: Hafen type: Hafen - name: IstGeplant type: BOOL - name: Name type: STRING - name: Notizen type: STRING - name: Ort type: STRING The data source for the [Hafen] select control should be loaded from the relative URL: "/HafenService/hafen" (HTTP-GET) An existing KvTerminal entity should be loaded from the relative URL: "/HafenService/kvterminal/{id}" (HTTP-GET) If a new KvTerminal entity has been created, the new entity should be posted to the relative URL: "/HafenService/kvterminal" (HTTP-POST) If an existing KvTerminal entity has been updated, the modified entity should be sent to the relative URL: "/HafenService/kvterminal/{id}" (HTTP-PUT) If an existing KvTerminal entity has to be deleted, the following relative URL should be called: "/HafenService/kvterminal/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum