Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TarifkomponenteView
Please create a React-JS view called "TarifkomponenteView" for the fields of the Tarifkomponente entity. The TarifkomponenteView must contain the following fields: - name: Einheit type: STRING - name: Komponententyp type: STRING - name: NurHauptzeit type: BOOL - name: NurNebenzeit type: BOOL - name: PreisProEinheit type: STRING - name: Tarif type: Tarif The data source for the [Tarif] select control should be loaded from the relative URL: "/TarifService/tarif" (HTTP-GET) An existing Tarifkomponente entity should be loaded from the relative URL: "/TarifService/tarifkomponente/{id}" (HTTP-GET) If a new Tarifkomponente entity has been created, the new entity should be posted to the relative URL: "/TarifService/tarifkomponente" (HTTP-POST) If an existing Tarifkomponente entity has been updated, the modified entity should be sent to the relative URL: "/TarifService/tarifkomponente/{id}" (HTTP-PUT) If an existing Tarifkomponente entity has to be deleted, the following relative URL should be called: "/TarifService/tarifkomponente/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum