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