Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DatenschutzMerkmalView
Please create a React-JS view called "DatenschutzMerkmalView" for the fields of the DatenschutzMerkmal entity. The DatenschutzMerkmalView must contain the following fields: - name: Anonymisierung type: BOOL - name: Aufbewahrungstage type: LONG - name: Beschreibung type: STRING - name: CarsharingOrganisation type: CarsharingOrganisation - name: Standortdaten type: BOOL The data source for the [CarsharingOrganisation] select control should be loaded from the relative URL: "/CarsharingOrganisationService/carsharingorganisation" (HTTP-GET) An existing DatenschutzMerkmal entity should be loaded from the relative URL: "/RechnungService/datenschutzmerkmal/{id}" (HTTP-GET) If a new DatenschutzMerkmal entity has been created, the new entity should be posted to the relative URL: "/RechnungService/datenschutzmerkmal" (HTTP-POST) If an existing DatenschutzMerkmal entity has been updated, the modified entity should be sent to the relative URL: "/RechnungService/datenschutzmerkmal/{id}" (HTTP-PUT) If an existing DatenschutzMerkmal entity has to be deleted, the following relative URL should be called: "/RechnungService/datenschutzmerkmal/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum