Overview
Summary
Contact
Donate
Imprint
Prompt for the
DeviceIntegrationView
Please create a React-JS view called "DeviceIntegrationView" for the fields of the DeviceIntegration entity. The DeviceIntegrationView must contain the following fields: - name: Device type: Device - name: EndDate type: DATE - name: IntegrationType type: STRING - name: Notes type: STRING - name: ServiceSupply type: ServiceSupply - name: StartDate type: DATE The data source for the [ServiceSupply] select control should be loaded from the relative URL: "/ServiceSupplyService/servicesupply" (HTTP-GET) The data source for the [Device] select control should be loaded from the relative URL: "/DeviceService/device" (HTTP-GET) An existing DeviceIntegration entity should be loaded from the relative URL: "/DeviceService/deviceintegration/{id}" (HTTP-GET) If a new DeviceIntegration entity has been created, the new entity should be posted to the relative URL: "/DeviceService/deviceintegration" (HTTP-POST) If an existing DeviceIntegration entity has been updated, the modified entity should be sent to the relative URL: "/DeviceService/deviceintegration/{id}" (HTTP-PUT) If an existing DeviceIntegration entity has to be deleted, the following relative URL should be called: "/DeviceService/deviceintegration/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint