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