Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FischereiSchiffView
Please create a React-JS view called "FischereiSchiffView" for the fields of the FischereiSchiff entity. The FischereiSchiffView must contain the following fields: - name: FischereiHafen type: FischereiHafen - name: KapitalKlasse type: STRING - name: Kennzeichen type: STRING - name: Schiffstyp type: STRING The data source for the [FischereiHafen] select control should be loaded from the relative URL: "/FischereiHafenService/fischereihafen" (HTTP-GET) An existing FischereiSchiff entity should be loaded from the relative URL: "/FischereiHafenService/fischereischiff/{id}" (HTTP-GET) If a new FischereiSchiff entity has been created, the new entity should be posted to the relative URL: "/FischereiHafenService/fischereischiff" (HTTP-POST) If an existing FischereiSchiff entity has been updated, the modified entity should be sent to the relative URL: "/FischereiHafenService/fischereischiff/{id}" (HTTP-PUT) If an existing FischereiSchiff entity has to be deleted, the following relative URL should be called: "/FischereiHafenService/fischereischiff/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum