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