Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FilialeView
Please create a React-JS view called "FilialeView" for the fields of the Filiale entity. The FilialeView must contain the following fields: - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Eroeffnungsdatum type: DATE - name: Filialnummer type: STRING - name: Land type: Land - name: Schliessungsdatum type: DATE - name: Stadt type: Stadt - name: Supermarkt type: Supermarkt - name: VerkaufsflaecheQm type: INT The data source for the [Stadt] select control should be loaded from the relative URL: "/LandService/stadt" (HTTP-GET) The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Filiale entity should be loaded from the relative URL: "/LandService/filiale/{id}" (HTTP-GET) If a new Filiale entity has been created, the new entity should be posted to the relative URL: "/LandService/filiale" (HTTP-POST) If an existing Filiale entity has been updated, the modified entity should be sent to the relative URL: "/LandService/filiale/{id}" (HTTP-PUT) If an existing Filiale entity has to be deleted, the following relative URL should be called: "/LandService/filiale/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum