Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeschaeftsmodellView
Please create a React-JS view called "GeschaeftsmodellView" for the fields of the Geschaeftsmodell entity. The GeschaeftsmodellView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Geschaeftsmodell entity should be loaded from the relative URL: "/GeschaeftsmodellService/geschaeftsmodell/{id}" (HTTP-GET) If a new Geschaeftsmodell entity has been created, the new entity should be posted to the relative URL: "/GeschaeftsmodellService/geschaeftsmodell" (HTTP-POST) If an existing Geschaeftsmodell entity has been updated, the modified entity should be sent to the relative URL: "/GeschaeftsmodellService/geschaeftsmodell/{id}" (HTTP-PUT) If an existing Geschaeftsmodell entity has to be deleted, the following relative URL should be called: "/GeschaeftsmodellService/geschaeftsmodell/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CarsharingOrganisation columns: - column: Name - column: Aktiv - column: Stationaer - column: SitzStadt - column: Rechtsform - column: Webseite - column: Geschaeftsmodell - column: Organisationstyp - column: Gruendungsjahr - column: Kombinationsmodell - column: FreeFloating The table should have the title "CarsharingOrganisations" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/carsharingorganisation/geschaeftsmodell/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum