Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusstattungZuordnungView
Please create a React-JS view called "AusstattungZuordnungView" for the fields of the AusstattungZuordnung entity. The AusstattungZuordnungView must contain the following fields: - name: Ausstattung type: Ausstattung - name: BisDatum type: DATE - name: Raum type: Raum - name: VonDatum type: DATE The data source for the [Raum] select control should be loaded from the relative URL: "/PraxisStandortService/raum" (HTTP-GET) The data source for the [Ausstattung] select control should be loaded from the relative URL: "/AusstattungService/ausstattung" (HTTP-GET) An existing AusstattungZuordnung entity should be loaded from the relative URL: "/AusstattungService/ausstattungzuordnung/{id}" (HTTP-GET) If a new AusstattungZuordnung entity has been created, the new entity should be posted to the relative URL: "/AusstattungService/ausstattungzuordnung" (HTTP-POST) If an existing AusstattungZuordnung entity has been updated, the modified entity should be sent to the relative URL: "/AusstattungService/ausstattungzuordnung/{id}" (HTTP-PUT) If an existing AusstattungZuordnung entity has to be deleted, the following relative URL should be called: "/AusstattungService/ausstattungzuordnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum