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