Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegelungsZielView
Please create a React-JS view called "RegelungsZielView" for the fields of the RegelungsZiel entity. The RegelungsZielView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: GlasKategorie type: GlasKategorie - name: Notizen type: STRING - name: Regelung type: Regelung - name: ZielJahr type: INT - name: ZielProzent type: STRING - name: ZielTyp type: STRING The data source for the [GlasKategorie] select control should be loaded from the relative URL: "/GlasKategorieService/glaskategorie" (HTTP-GET) The data source for the [Regelung] select control should be loaded from the relative URL: "/LandService/regelung" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing RegelungsZiel entity should be loaded from the relative URL: "/GlasKategorieService/regelungsziel/{id}" (HTTP-GET) If a new RegelungsZiel entity has been created, the new entity should be posted to the relative URL: "/GlasKategorieService/regelungsziel" (HTTP-POST) If an existing RegelungsZiel entity has been updated, the modified entity should be sent to the relative URL: "/GlasKategorieService/regelungsziel/{id}" (HTTP-PUT) If an existing RegelungsZiel entity has to be deleted, the following relative URL should be called: "/GlasKategorieService/regelungsziel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum