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