Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PreisView
Please create a React-JS view called "PreisView" for the fields of the Preis entity. The PreisView must contain the following fields: - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: InklusiveEndreinigung type: BOOL - name: InklusiveStrom type: BOOL - name: PreisProNacht type: STRING - name: PreisProPerson type: STRING - name: PreisProWoche 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 Preis entity should be loaded from the relative URL: "/BuchungService/preis/{id}" (HTTP-GET) If a new Preis entity has been created, the new entity should be posted to the relative URL: "/BuchungService/preis" (HTTP-POST) If an existing Preis entity has been updated, the modified entity should be sent to the relative URL: "/BuchungService/preis/{id}" (HTTP-PUT) If an existing Preis entity has to be deleted, the following relative URL should be called: "/BuchungService/preis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum