Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NachhilfeZentrumView
Please create a React-JS view called "NachhilfeZentrumView" for the fields of the NachhilfeZentrum entity. The NachhilfeZentrumView must contain the following fields: - name: Adresse type: STRING - name: IstFranchiseStandort type: BOOL - name: Nachhilfeanbieter type: Nachhilfeanbieter - name: Stadt type: STRING The data source for the [Nachhilfeanbieter] select control should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter" (HTTP-GET) An existing NachhilfeZentrum entity should be loaded from the relative URL: "/SchuelerService/nachhilfezentrum/{id}" (HTTP-GET) If a new NachhilfeZentrum entity has been created, the new entity should be posted to the relative URL: "/SchuelerService/nachhilfezentrum" (HTTP-POST) If an existing NachhilfeZentrum entity has been updated, the modified entity should be sent to the relative URL: "/SchuelerService/nachhilfezentrum/{id}" (HTTP-PUT) If an existing NachhilfeZentrum entity has to be deleted, the following relative URL should be called: "/SchuelerService/nachhilfezentrum/{id}" (HTTP-DELETE) Add a HTML table to the view with the following NachhilfeVertrag columns: - column: Nachhilfeanbieter - column: StartDatum - column: Schueler - column: EndDatum - column: Foerderart - column: MindestlaufzeitMonate - column: NachhilfeZentrum - column: Anmeldegebuehr - column: Monatsgebuehr The table should have the title "NachhilfeVertrags" und the data must be loaded from the server with the following relative URL: "/SchuelerService/nachhilfevertrag/nachhilfezentrum/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum