Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnterkunftSteuerregelView
Please create a React-JS view called "UnterkunftSteuerregelView" for the fields of the UnterkunftSteuerregel entity. The UnterkunftSteuerregelView must contain the following fields: - name: Steuerregel type: Steuerregel - 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 [Steuerregel] select control should be loaded from the relative URL: "/SteuerregelService/steuerregel" (HTTP-GET) An existing UnterkunftSteuerregel entity should be loaded from the relative URL: "/SteuerregelService/unterkunftsteuerregel/{id}" (HTTP-GET) If a new UnterkunftSteuerregel entity has been created, the new entity should be posted to the relative URL: "/SteuerregelService/unterkunftsteuerregel" (HTTP-POST) If an existing UnterkunftSteuerregel entity has been updated, the modified entity should be sent to the relative URL: "/SteuerregelService/unterkunftsteuerregel/{id}" (HTTP-PUT) If an existing UnterkunftSteuerregel entity has to be deleted, the following relative URL should be called: "/SteuerregelService/unterkunftsteuerregel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum