Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MobileEinheitView
Please create a React-JS view called "MobileEinheitView" for the fields of the MobileEinheit entity. The MobileEinheitView must contain the following fields: - name: IstDrogenberatung type: BOOL - name: IstObdachlosenhilfe type: BOOL - name: IstZahneinheit type: BOOL - name: Kennzeichen type: STRING - name: MobileEinheitstyp type: MobileEinheitstyp - name: Praxis type: Praxis - name: Standort type: STRING The data source for the [MobileEinheitstyp] select control should be loaded from the relative URL: "/MobileEinheitstypService/mobileeinheitstyp" (HTTP-GET) The data source for the [Praxis] select control should be loaded from the relative URL: "/PraxisService/praxis" (HTTP-GET) An existing MobileEinheit entity should be loaded from the relative URL: "/MobileEinheitstypService/mobileeinheit/{id}" (HTTP-GET) If a new MobileEinheit entity has been created, the new entity should be posted to the relative URL: "/MobileEinheitstypService/mobileeinheit" (HTTP-POST) If an existing MobileEinheit entity has been updated, the modified entity should be sent to the relative URL: "/MobileEinheitstypService/mobileeinheit/{id}" (HTTP-PUT) If an existing MobileEinheit entity has to be deleted, the following relative URL should be called: "/MobileEinheitstypService/mobileeinheit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum