Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MobilerDienstView
Please create a React-JS view called "MobilerDienstView" for the fields of the MobilerDienst entity. The MobilerDienstView must contain the following fields: - name: Enddatum type: DATE - name: Fahrzeugbeschreibung type: STRING - name: Gebietsbeschreibung type: STRING - name: Hauptmodus type: BOOL - name: Startdatum type: DATE - name: Tierarztpraxis type: Tierarztpraxis The data source for the [Tierarztpraxis] select control should be loaded from the relative URL: "/TierarztpraxisService/tierarztpraxis" (HTTP-GET) An existing MobilerDienst entity should be loaded from the relative URL: "/TierarztpraxisService/mobilerdienst/{id}" (HTTP-GET) If a new MobilerDienst entity has been created, the new entity should be posted to the relative URL: "/TierarztpraxisService/mobilerdienst" (HTTP-POST) If an existing MobilerDienst entity has been updated, the modified entity should be sent to the relative URL: "/TierarztpraxisService/mobilerdienst/{id}" (HTTP-PUT) If an existing MobilerDienst entity has to be deleted, the following relative URL should be called: "/TierarztpraxisService/mobilerdienst/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum