Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SaalDigitalStandardView
Please create a React-JS view called "SaalDigitalStandardView" for the fields of the SaalDigitalStandard entity. The SaalDigitalStandardView must contain the following fields: - name: BisDatum type: DATE - name: DigitalStandard type: DigitalStandard - name: Saal type: Saal - name: VonDatum type: DATE The data source for the [DigitalStandard] select control should be loaded from the relative URL: "/FilmService/digitalstandard" (HTTP-GET) The data source for the [Saal] select control should be loaded from the relative URL: "/SaalService/saal" (HTTP-GET) An existing SaalDigitalStandard entity should be loaded from the relative URL: "/StadtService/saaldigitalstandard/{id}" (HTTP-GET) If a new SaalDigitalStandard entity has been created, the new entity should be posted to the relative URL: "/StadtService/saaldigitalstandard" (HTTP-POST) If an existing SaalDigitalStandard entity has been updated, the modified entity should be sent to the relative URL: "/StadtService/saaldigitalstandard/{id}" (HTTP-PUT) If an existing SaalDigitalStandard entity has to be deleted, the following relative URL should be called: "/StadtService/saaldigitalstandard/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum