Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RisikoOrganisationAktivitaetView
Please create a React-JS view called "RisikoOrganisationAktivitaetView" for the fields of the RisikoOrganisationAktivitaet entity. The RisikoOrganisationAktivitaetView must contain the following fields: - name: AktivitaetsTyp type: STRING - name: Beschreibung type: STRING - name: RisikoOrganisation type: RisikoOrganisation The data source for the [RisikoOrganisation] select control should be loaded from the relative URL: "/RisikoOrganisationService/risikoorganisation" (HTTP-GET) An existing RisikoOrganisationAktivitaet entity should be loaded from the relative URL: "/RisikoOrganisationService/risikoorganisationaktivitaet/{id}" (HTTP-GET) If a new RisikoOrganisationAktivitaet entity has been created, the new entity should be posted to the relative URL: "/RisikoOrganisationService/risikoorganisationaktivitaet" (HTTP-POST) If an existing RisikoOrganisationAktivitaet entity has been updated, the modified entity should be sent to the relative URL: "/RisikoOrganisationService/risikoorganisationaktivitaet/{id}" (HTTP-PUT) If an existing RisikoOrganisationAktivitaet entity has to be deleted, the following relative URL should be called: "/RisikoOrganisationService/risikoorganisationaktivitaet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum