Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitstelleKommunikationsmittelView
Please create a React-JS view called "LeitstelleKommunikationsmittelView" for the fields of the LeitstelleKommunikationsmittel entity. The LeitstelleKommunikationsmittelView must contain the following fields: - name: Kommunikationsmittel type: Kommunikationsmittel - name: Leitstelle type: Leitstelle - name: Primaer type: BOOL The data source for the [Kommunikationsmittel] select control should be loaded from the relative URL: "/KommunikationsmittelService/kommunikationsmittel" (HTTP-GET) The data source for the [Leitstelle] select control should be loaded from the relative URL: "/LeitstelleService/leitstelle" (HTTP-GET) An existing LeitstelleKommunikationsmittel entity should be loaded from the relative URL: "/KommunikationsmittelService/leitstellekommunikationsmittel/{id}" (HTTP-GET) If a new LeitstelleKommunikationsmittel entity has been created, the new entity should be posted to the relative URL: "/KommunikationsmittelService/leitstellekommunikationsmittel" (HTTP-POST) If an existing LeitstelleKommunikationsmittel entity has been updated, the modified entity should be sent to the relative URL: "/KommunikationsmittelService/leitstellekommunikationsmittel/{id}" (HTTP-PUT) If an existing LeitstelleKommunikationsmittel entity has to be deleted, the following relative URL should be called: "/KommunikationsmittelService/leitstellekommunikationsmittel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum