Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TankstelleRegelungView
Please create a React-JS view called "TankstelleRegelungView" for the fields of the TankstelleRegelung entity. The TankstelleRegelungView must contain the following fields: - name: IstPflicht type: BOOL - name: LetztePruefung type: DATE - name: Regelung type: Regelung - name: Status type: STRING - name: Tankstelle type: Tankstelle The data source for the [Regelung] select control should be loaded from the relative URL: "/StandortService/regelung" (HTTP-GET) The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) An existing TankstelleRegelung entity should be loaded from the relative URL: "/StandortService/tankstelleregelung/{id}" (HTTP-GET) If a new TankstelleRegelung entity has been created, the new entity should be posted to the relative URL: "/StandortService/tankstelleregelung" (HTTP-POST) If an existing TankstelleRegelung entity has been updated, the modified entity should be sent to the relative URL: "/StandortService/tankstelleregelung/{id}" (HTTP-PUT) If an existing TankstelleRegelung entity has to be deleted, the following relative URL should be called: "/StandortService/tankstelleregelung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum