Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VermittlerView
Please create a React-JS view called "VermittlerView" for the fields of the Vermittler entity. The VermittlerView must contain the following fields: - name: KontaktEmail type: STRING - name: KontaktTelefon type: STRING - name: Name type: STRING - name: Typ type: STRING - name: Webseite type: STRING An existing Vermittler entity should be loaded from the relative URL: "/VermittlerService/vermittler/{id}" (HTTP-GET) If a new Vermittler entity has been created, the new entity should be posted to the relative URL: "/VermittlerService/vermittler" (HTTP-POST) If an existing Vermittler entity has been updated, the modified entity should be sent to the relative URL: "/VermittlerService/vermittler/{id}" (HTTP-PUT) If an existing Vermittler entity has to be deleted, the following relative URL should be called: "/VermittlerService/vermittler/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Buchung columns: - column: BuchungsDatum - column: Status - column: Unterkunft - column: Vermittler - column: Gesamtpreis - column: EndeDatum - column: BeginnDatum - column: Gast The table should have the title "Buchungs" und the data must be loaded from the server with the following relative URL: "/BuchungService/buchung/vermittler/{id}" Add a HTML table to the view with the following VermittlerProvision columns: - column: Vermittler - column: Betrag - column: Einheit - column: Unterkunft - column: ProvisionsTyp The table should have the title "VermittlerProvisions" und the data must be loaded from the server with the following relative URL: "/VermittlerService/vermittlerprovision/vermittler/{id}" Add a HTML table to the view with the following Unterkunft columns: - column: Typ - column: Ferienanlage - column: HatPrivatenEingang - column: Ort - column: Flaeche - column: Eigentuemer - column: Vermittler - column: MaxPersonen - column: Name - column: IstTeilWohngebaeude - column: IstTeilFerienanlage - column: Beschreibung The table should have the title "Unterkunfts" und the data must be loaded from the server with the following relative URL: "/UnterkunftService/unterkunft/vermittler/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum