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