Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FischereiStatistikView
Please create a React-JS view called "FischereiStatistikView" for the fields of the FischereiStatistik entity. The FischereiStatistikView must contain the following fields: - name: AnzahlBesatzung type: LONG - name: AnzahlSchiffe type: LONG - name: DurchschnittspreisEuro type: STRING - name: FangTonnen type: STRING - name: FischereiHafen type: FischereiHafen - name: IstNordsee type: BOOL - name: IstOstsee type: BOOL - name: Jahr type: LONG - name: Schiffstyp type: STRING - name: Studie type: Studie - name: UmsatzEuro type: STRING The data source for the [FischereiHafen] select control should be loaded from the relative URL: "/FischereiHafenService/fischereihafen" (HTTP-GET) The data source for the [Studie] select control should be loaded from the relative URL: "/StudieService/studie" (HTTP-GET) An existing FischereiStatistik entity should be loaded from the relative URL: "/StudieService/fischereistatistik/{id}" (HTTP-GET) If a new FischereiStatistik entity has been created, the new entity should be posted to the relative URL: "/StudieService/fischereistatistik" (HTTP-POST) If an existing FischereiStatistik entity has been updated, the modified entity should be sent to the relative URL: "/StudieService/fischereistatistik/{id}" (HTTP-PUT) If an existing FischereiStatistik entity has to be deleted, the following relative URL should be called: "/StudieService/fischereistatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum