Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OnlineSupermarktView
Please create a React-JS view called "OnlineSupermarktView" for the fields of the OnlineSupermarkt entity. The OnlineSupermarktView must contain the following fields: - name: Lieferservice type: BOOL - name: Supermarkt type: Supermarkt - name: Url type: STRING - name: VersandLebensmittel type: BOOL - name: VersandNonFood type: BOOL The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing OnlineSupermarkt entity should be loaded from the relative URL: "/KonsumgenossenschaftService/onlinesupermarkt/{id}" (HTTP-GET) If a new OnlineSupermarkt entity has been created, the new entity should be posted to the relative URL: "/KonsumgenossenschaftService/onlinesupermarkt" (HTTP-POST) If an existing OnlineSupermarkt entity has been updated, the modified entity should be sent to the relative URL: "/KonsumgenossenschaftService/onlinesupermarkt/{id}" (HTTP-PUT) If an existing OnlineSupermarkt entity has to be deleted, the following relative URL should be called: "/KonsumgenossenschaftService/onlinesupermarkt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum