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