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