Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ApothekenketteMitgliedView
Please create a React-JS view called "ApothekenketteMitgliedView" for the fields of the ApothekenketteMitglied entity. The ApothekenketteMitgliedView must contain the following fields: - name: Apotheke type: Apotheke - name: Apothekenkette type: Apothekenkette - name: BisDatum type: DATE - name: VonDatum type: DATE The data source for the [Apothekenkette] select control should be loaded from the relative URL: "/ApothekenketteService/apothekenkette" (HTTP-GET) The data source for the [Apotheke] select control should be loaded from the relative URL: "/ApothekeService/apotheke" (HTTP-GET) An existing ApothekenketteMitglied entity should be loaded from the relative URL: "/ApothekenketteService/apothekenkettemitglied/{id}" (HTTP-GET) If a new ApothekenketteMitglied entity has been created, the new entity should be posted to the relative URL: "/ApothekenketteService/apothekenkettemitglied" (HTTP-POST) If an existing ApothekenketteMitglied entity has been updated, the modified entity should be sent to the relative URL: "/ApothekenketteService/apothekenkettemitglied/{id}" (HTTP-PUT) If an existing ApothekenketteMitglied entity has to be deleted, the following relative URL should be called: "/ApothekenketteService/apothekenkettemitglied/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum