Overview
Summary
Contact
Donate
Imprint
Prompt for the
ProtocolFeatureView
Please create a React-JS view called "ProtocolFeatureView" for the fields of the ProtocolFeature entity. The ProtocolFeatureView must contain the following fields: - name: Description type: STRING - name: Name type: STRING - name: Protocol type: Protocol The data source for the [Protocol] select control should be loaded from the relative URL: "/ProtocolService/protocol" (HTTP-GET) An existing ProtocolFeature entity should be loaded from the relative URL: "/ProtocolService/protocolfeature/{id}" (HTTP-GET) If a new ProtocolFeature entity has been created, the new entity should be posted to the relative URL: "/ProtocolService/protocolfeature" (HTTP-POST) If an existing ProtocolFeature entity has been updated, the modified entity should be sent to the relative URL: "/ProtocolService/protocolfeature/{id}" (HTTP-PUT) If an existing ProtocolFeature entity has to be deleted, the following relative URL should be called: "/ProtocolService/protocolfeature/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint