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