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