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