Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProduktVertriebskanalView
Please create a React-JS view called "ProduktVertriebskanalView" for the fields of the ProduktVertriebskanal entity. The ProduktVertriebskanalView must contain the following fields: - name: Produkt type: Produkt - name: Vertriebskanal type: Vertriebskanal The data source for the [Produkt] select control should be loaded from the relative URL: "/MarktsegmentService/produkt" (HTTP-GET) The data source for the [Vertriebskanal] select control should be loaded from the relative URL: "/VertriebskanalService/vertriebskanal" (HTTP-GET) An existing ProduktVertriebskanal entity should be loaded from the relative URL: "/VertriebskanalService/produktvertriebskanal/{id}" (HTTP-GET) If a new ProduktVertriebskanal entity has been created, the new entity should be posted to the relative URL: "/VertriebskanalService/produktvertriebskanal" (HTTP-POST) If an existing ProduktVertriebskanal entity has been updated, the modified entity should be sent to the relative URL: "/VertriebskanalService/produktvertriebskanal/{id}" (HTTP-PUT) If an existing ProduktVertriebskanal entity has to be deleted, the following relative URL should be called: "/VertriebskanalService/produktvertriebskanal/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum