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