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