Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxispersonalView
Please create a React-JS view called "PraxispersonalView" for the fields of the Praxispersonal entity. The PraxispersonalView must contain the following fields: - name: Beginn type: DATE - name: Ende type: DATE - name: Notizen type: STRING - name: Personalrolle type: Personalrolle - name: Personenname type: STRING - name: Tierarzt type: Tierarzt - name: Tierarztpraxis type: Tierarztpraxis - name: Vollzeit type: BOOL The data source for the [Tierarzt] select control should be loaded from the relative URL: "/TierarztpraxisService/tierarzt" (HTTP-GET) The data source for the [Tierarztpraxis] select control should be loaded from the relative URL: "/TierarztpraxisService/tierarztpraxis" (HTTP-GET) The data source for the [Personalrolle] select control should be loaded from the relative URL: "/TierarztpraxisService/personalrolle" (HTTP-GET) An existing Praxispersonal entity should be loaded from the relative URL: "/TierarztpraxisService/praxispersonal/{id}" (HTTP-GET) If a new Praxispersonal entity has been created, the new entity should be posted to the relative URL: "/TierarztpraxisService/praxispersonal" (HTTP-POST) If an existing Praxispersonal entity has been updated, the modified entity should be sent to the relative URL: "/TierarztpraxisService/praxispersonal/{id}" (HTTP-PUT) If an existing Praxispersonal entity has to be deleted, the following relative URL should be called: "/TierarztpraxisService/praxispersonal/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum