Overview
Summary
Contact
Donate
Imprint
Prompt for the
DeviceKeyView
Please create a React-JS view called "DeviceKeyView" for the fields of the DeviceKey entity. The DeviceKeyView must contain the following fields: - name: CreatedAt type: DATE - name: Device type: Device - name: IsCurrent type: BOOL - name: PublicKey type: STRING The data source for the [Device] select control should be loaded from the relative URL: "/MessageService/device" (HTTP-GET) An existing DeviceKey entity should be loaded from the relative URL: "/CallDurationService/devicekey/{id}" (HTTP-GET) If a new DeviceKey entity has been created, the new entity should be posted to the relative URL: "/CallDurationService/devicekey" (HTTP-POST) If an existing DeviceKey entity has been updated, the modified entity should be sent to the relative URL: "/CallDurationService/devicekey/{id}" (HTTP-PUT) If an existing DeviceKey entity has to be deleted, the following relative URL should be called: "/CallDurationService/devicekey/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint