Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationstypView
Please create a React-JS view called "OrganisationstypView" for the fields of the Organisationstyp entity. The OrganisationstypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Organisationstyp entity should be loaded from the relative URL: "/OrganisationstypService/organisationstyp/{id}" (HTTP-GET) If a new Organisationstyp entity has been created, the new entity should be posted to the relative URL: "/OrganisationstypService/organisationstyp" (HTTP-POST) If an existing Organisationstyp entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationstypService/organisationstyp/{id}" (HTTP-PUT) If an existing Organisationstyp entity has to be deleted, the following relative URL should be called: "/OrganisationstypService/organisationstyp/{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/organisationstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum