Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FarbToleranzView
Please create a React-JS view called "FarbToleranzView" for the fields of the FarbToleranz entity. The FarbToleranzView must contain the following fields: - name: FremdFarbe type: GlasFarbe - name: MaxProzent type: STRING - name: Notizen type: STRING - name: QualitaetsStandard type: QualitaetsStandard - name: ZielFarbe type: GlasFarbe The data source for the [FremdFarbe] select control should be loaded from the relative URL: "/GlasFarbeService/glasfarbe" (HTTP-GET) The data source for the [QualitaetsStandard] select control should be loaded from the relative URL: "/GlasFarbeService/qualitaetsstandard" (HTTP-GET) The data source for the [ZielFarbe] select control should be loaded from the relative URL: "/GlasFarbeService/glasfarbe" (HTTP-GET) An existing FarbToleranz entity should be loaded from the relative URL: "/GlasFarbeService/farbtoleranz/{id}" (HTTP-GET) If a new FarbToleranz entity has been created, the new entity should be posted to the relative URL: "/GlasFarbeService/farbtoleranz" (HTTP-POST) If an existing FarbToleranz entity has been updated, the modified entity should be sent to the relative URL: "/GlasFarbeService/farbtoleranz/{id}" (HTTP-PUT) If an existing FarbToleranz entity has to be deleted, the following relative URL should be called: "/GlasFarbeService/farbtoleranz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum