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