Overview
Summary
Contact
Donate
Imprint
Prompt for the
RegulatoryApprovalUserTerminalView
Please create a React-JS view called "RegulatoryApprovalUserTerminalView" for the fields of the RegulatoryApprovalUserTerminal entity. The RegulatoryApprovalUserTerminalView must contain the following fields: - name: RegulatoryApproval type: RegulatoryApproval - name: UserTerminal type: UserTerminal The data source for the [RegulatoryApproval] select control should be loaded from the relative URL: "/RegulatoryApprovalService/regulatoryapproval" (HTTP-GET) The data source for the [UserTerminal] select control should be loaded from the relative URL: "/UserTerminalService/userterminal" (HTTP-GET) An existing RegulatoryApprovalUserTerminal entity should be loaded from the relative URL: "/RegulatoryApprovalService/regulatoryapprovaluserterminal/{id}" (HTTP-GET) If a new RegulatoryApprovalUserTerminal entity has been created, the new entity should be posted to the relative URL: "/RegulatoryApprovalService/regulatoryapprovaluserterminal" (HTTP-POST) If an existing RegulatoryApprovalUserTerminal entity has been updated, the modified entity should be sent to the relative URL: "/RegulatoryApprovalService/regulatoryapprovaluserterminal/{id}" (HTTP-PUT) If an existing RegulatoryApprovalUserTerminal entity has to be deleted, the following relative URL should be called: "/RegulatoryApprovalService/regulatoryapprovaluserterminal/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint