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