Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SanitaerartView
Please create a React-JS view called "SanitaerartView" for the fields of the Sanitaerart entity. The SanitaerartView must contain the following fields: - name: Barrierefrei type: BOOL - name: Beschreibung type: STRING - name: Code type: STRING - name: IstChemieToilette type: BOOL - name: IstDusche type: BOOL - name: IstPrivatkabine type: BOOL - name: IstSpuelbereich type: BOOL - name: IstToilette type: BOOL - name: IstWaeschebereich type: BOOL - name: IstWaschbecken type: BOOL - name: Name type: STRING An existing Sanitaerart entity should be loaded from the relative URL: "/SanitaerartService/sanitaerart/{id}" (HTTP-GET) If a new Sanitaerart entity has been created, the new entity should be posted to the relative URL: "/SanitaerartService/sanitaerart" (HTTP-POST) If an existing Sanitaerart entity has been updated, the modified entity should be sent to the relative URL: "/SanitaerartService/sanitaerart/{id}" (HTTP-PUT) If an existing Sanitaerart entity has to be deleted, the following relative URL should be called: "/SanitaerartService/sanitaerart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SanitaergebaeudeAusstattung columns: - column: Sanitaergebaeude - column: Kostenbeschreibung - column: Sanitaerart - column: TemperaturRegelbar - column: AnzahlUnisex - column: AnzahlGesamt - column: Tokensystem - column: HatWarmwasser - column: InNebensaisonVerfuegbar - column: AnzahlDamen - column: AnzahlHerren - column: Kostenpflichtig The table should have the title "SanitaergebaeudeAusstattungs" und the data must be loaded from the server with the following relative URL: "/SanitaerartService/sanitaergebaeudeausstattung/sanitaerart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum