Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FranchisevertragView
Please create a React-JS view called "FranchisevertragView" for the fields of the Franchisevertrag entity. The FranchisevertragView must contain the following fields: - name: FranchiseGebiet type: STRING - name: FranchisenehmerName type: STRING - name: Handelskette type: Handelskette - name: Supermarkt type: Supermarkt - name: Vertragsbeginn type: DATE - name: Vertragsende type: DATE The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) The data source for the [Handelskette] select control should be loaded from the relative URL: "/LandService/handelskette" (HTTP-GET) An existing Franchisevertrag entity should be loaded from the relative URL: "/KasseService/franchisevertrag/{id}" (HTTP-GET) If a new Franchisevertrag entity has been created, the new entity should be posted to the relative URL: "/KasseService/franchisevertrag" (HTTP-POST) If an existing Franchisevertrag entity has been updated, the modified entity should be sent to the relative URL: "/KasseService/franchisevertrag/{id}" (HTTP-PUT) If an existing Franchisevertrag entity has to be deleted, the following relative URL should be called: "/KasseService/franchisevertrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum