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