Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SammelStelleView
Please create a React-JS view called "SammelStelleView" for the fields of the SammelStelle entity. The SammelStelleView must contain the following fields: - name: EinwohnerAbdeckung type: INT - name: Laermreduziert type: BOOL - name: SammelSystem type: SammelSystem - name: Sauberkeitsverbessert type: BOOL - name: StandortBeschreibung type: STRING The data source for the [SammelSystem] select control should be loaded from the relative URL: "/SammelSystemService/sammelsystem" (HTTP-GET) An existing SammelStelle entity should be loaded from the relative URL: "/SammelSystemService/sammelstelle/{id}" (HTTP-GET) If a new SammelStelle entity has been created, the new entity should be posted to the relative URL: "/SammelSystemService/sammelstelle" (HTTP-POST) If an existing SammelStelle entity has been updated, the modified entity should be sent to the relative URL: "/SammelSystemService/sammelstelle/{id}" (HTTP-PUT) If an existing SammelStelle entity has to be deleted, the following relative URL should be called: "/SammelSystemService/sammelstelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum