Overview
Summary
Contact
Donate
Imprint
Prompt for the
DeveloperApplicationView
Please create a React-JS view called "DeveloperApplicationView" for the fields of the DeveloperApplication entity. The DeveloperApplicationView must contain the following fields: - name: ApiKey type: STRING - name: CreatedDate type: DATE - name: Name type: STRING - name: OwnerUserAccount type: UserAccount - name: Status type: STRING The data source for the [OwnerUserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing DeveloperApplication entity should be loaded from the relative URL: "/UserRoleService/developerapplication/{id}" (HTTP-GET) If a new DeveloperApplication entity has been created, the new entity should be posted to the relative URL: "/UserRoleService/developerapplication" (HTTP-POST) If an existing DeveloperApplication entity has been updated, the modified entity should be sent to the relative URL: "/UserRoleService/developerapplication/{id}" (HTTP-PUT) If an existing DeveloperApplication entity has to be deleted, the following relative URL should be called: "/UserRoleService/developerapplication/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint