Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FranchiseSystemView
Please create a React-JS view called "FranchiseSystemView" for the fields of the FranchiseSystem entity. The FranchiseSystemView must contain the following fields: - name: HauptsitzStadt type: STRING - name: Land type: STRING - name: Marke type: STRING - name: Name type: STRING - name: Webseite type: STRING An existing FranchiseSystem entity should be loaded from the relative URL: "/TrainerService/franchisesystem/{id}" (HTTP-GET) If a new FranchiseSystem entity has been created, the new entity should be posted to the relative URL: "/TrainerService/franchisesystem" (HTTP-POST) If an existing FranchiseSystem entity has been updated, the modified entity should be sent to the relative URL: "/TrainerService/franchisesystem/{id}" (HTTP-PUT) If an existing FranchiseSystem entity has to be deleted, the following relative URL should be called: "/TrainerService/franchisesystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FitnessStudio columns: - column: GroesseQuadratmeter - column: Strasse - column: FranchiseSystem - column: SportVerein - column: Name - column: FitnessKette - column: Postleitzahl - column: Stadt - column: StudioTyp - column: IstMikrostudio - column: Land - column: Ist24StundenGeoeffnet - column: Oeffnungszeiten The table should have the title "FitnessStudios" und the data must be loaded from the server with the following relative URL: "/FitnessStudioService/fitnessstudio/franchisesystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum