Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisSozialprojektView
Please create a React-JS view called "PraxisSozialprojektView" for the fields of the PraxisSozialprojekt entity. The PraxisSozialprojektView must contain the following fields: - name: Beschreibung type: STRING - name: Enddatum type: DATE - name: Praxis type: Praxis - name: Sozialprojekt type: Sozialprojekt - name: Startdatum type: DATE The data source for the [Sozialprojekt] select control should be loaded from the relative URL: "/SozialprojektService/sozialprojekt" (HTTP-GET) The data source for the [Praxis] select control should be loaded from the relative URL: "/PraxisService/praxis" (HTTP-GET) An existing PraxisSozialprojekt entity should be loaded from the relative URL: "/SozialprojektService/praxissozialprojekt/{id}" (HTTP-GET) If a new PraxisSozialprojekt entity has been created, the new entity should be posted to the relative URL: "/SozialprojektService/praxissozialprojekt" (HTTP-POST) If an existing PraxisSozialprojekt entity has been updated, the modified entity should be sent to the relative URL: "/SozialprojektService/praxissozialprojekt/{id}" (HTTP-PUT) If an existing PraxisSozialprojekt entity has to be deleted, the following relative URL should be called: "/SozialprojektService/praxissozialprojekt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum