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