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