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