Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZooRechtsstatusView
Please create a React-JS view called "ZooRechtsstatusView" for the fields of the ZooRechtsstatus entity. The ZooRechtsstatusView must contain the following fields: - name: Notizen type: STRING - name: Rechtsdefinition type: Rechtsdefinition - name: SeitDatum type: DATE - name: Zoo type: Zoo The data source for the [Rechtsdefinition] select control should be loaded from the relative URL: "/RechtsdefinitionService/rechtsdefinition" (HTTP-GET) The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) An existing ZooRechtsstatus entity should be loaded from the relative URL: "/RechtsdefinitionService/zoorechtsstatus/{id}" (HTTP-GET) If a new ZooRechtsstatus entity has been created, the new entity should be posted to the relative URL: "/RechtsdefinitionService/zoorechtsstatus" (HTTP-POST) If an existing ZooRechtsstatus entity has been updated, the modified entity should be sent to the relative URL: "/RechtsdefinitionService/zoorechtsstatus/{id}" (HTTP-PUT) If an existing ZooRechtsstatus entity has to be deleted, the following relative URL should be called: "/RechtsdefinitionService/zoorechtsstatus/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum