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