Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NachhilfeAngebotView
Please create a React-JS view called "NachhilfeAngebotView" for the fields of the NachhilfeAngebot entity. The NachhilfeAngebotView must contain the following fields: - name: Beschreibung type: STRING - name: IstHausaufgabenhilfe type: BOOL - name: IstKostenlos type: BOOL - name: IstSommerprogramm type: BOOL - name: Nachhilfeanbieter type: Nachhilfeanbieter - name: RisikoOrganisation type: RisikoOrganisation - name: Schule type: Schule - name: VermittlungsKanal type: VermittlungsKanal The data source for the [Nachhilfeanbieter] select control should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter" (HTTP-GET) The data source for the [Schule] select control should be loaded from the relative URL: "/RegionService/schule" (HTTP-GET) The data source for the [VermittlungsKanal] select control should be loaded from the relative URL: "/NachhilfeanbieterService/vermittlungskanal" (HTTP-GET) The data source for the [RisikoOrganisation] select control should be loaded from the relative URL: "/RisikoOrganisationService/risikoorganisation" (HTTP-GET) An existing NachhilfeAngebot entity should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeangebot/{id}" (HTTP-GET) If a new NachhilfeAngebot entity has been created, the new entity should be posted to the relative URL: "/NachhilfeanbieterService/nachhilfeangebot" (HTTP-POST) If an existing NachhilfeAngebot entity has been updated, the modified entity should be sent to the relative URL: "/NachhilfeanbieterService/nachhilfeangebot/{id}" (HTTP-PUT) If an existing NachhilfeAngebot entity has to be deleted, the following relative URL should be called: "/NachhilfeanbieterService/nachhilfeangebot/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum