Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZusatzkostenView
Please create a React-JS view called "ZusatzkostenView" for the fields of the Zusatzkosten entity. The ZusatzkostenView must contain the following fields: - name: Betrag type: STRING - name: Einheit type: STRING - name: Name type: STRING - name: Unterkunft type: Unterkunft The data source for the [Unterkunft] select control should be loaded from the relative URL: "/UnterkunftService/unterkunft" (HTTP-GET) An existing Zusatzkosten entity should be loaded from the relative URL: "/UnterkunftService/zusatzkosten/{id}" (HTTP-GET) If a new Zusatzkosten entity has been created, the new entity should be posted to the relative URL: "/UnterkunftService/zusatzkosten" (HTTP-POST) If an existing Zusatzkosten entity has been updated, the modified entity should be sent to the relative URL: "/UnterkunftService/zusatzkosten/{id}" (HTTP-PUT) If an existing Zusatzkosten entity has to be deleted, the following relative URL should be called: "/UnterkunftService/zusatzkosten/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum