Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
IntermodaleKooperationView
Please create a React-JS view called "IntermodaleKooperationView" for the fields of the IntermodaleKooperation entity. The IntermodaleKooperationView must contain the following fields: - name: Beschreibung type: STRING - name: CarsharingOrganisation type: CarsharingOrganisation - name: Enddatum type: DATE - name: OepnvBetreiber type: OepnvBetreiber - name: Startdatum type: DATE The data source for the [CarsharingOrganisation] select control should be loaded from the relative URL: "/CarsharingOrganisationService/carsharingorganisation" (HTTP-GET) The data source for the [OepnvBetreiber] select control should be loaded from the relative URL: "/CarsharingOrganisationService/oepnvbetreiber" (HTTP-GET) An existing IntermodaleKooperation entity should be loaded from the relative URL: "/CarsharingOrganisationService/intermodalekooperation/{id}" (HTTP-GET) If a new IntermodaleKooperation entity has been created, the new entity should be posted to the relative URL: "/CarsharingOrganisationService/intermodalekooperation" (HTTP-POST) If an existing IntermodaleKooperation entity has been updated, the modified entity should be sent to the relative URL: "/CarsharingOrganisationService/intermodalekooperation/{id}" (HTTP-PUT) If an existing IntermodaleKooperation entity has to be deleted, the following relative URL should be called: "/CarsharingOrganisationService/intermodalekooperation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum