Overview
Summary
Contact
Donate
Imprint
Prompt for the
ContentDealTitleView
Please create a React-JS view called "ContentDealTitleView" for the fields of the ContentDealTitle entity. The ContentDealTitleView must contain the following fields: - name: ContentDeal type: ContentDeal - name: ContentTitle type: ContentTitle - name: Notes type: STRING The data source for the [ContentDeal] select control should be loaded from the relative URL: "/CompanyService/contentdeal" (HTTP-GET) The data source for the [ContentTitle] select control should be loaded from the relative URL: "/ContentTitleService/contenttitle" (HTTP-GET) An existing ContentDealTitle entity should be loaded from the relative URL: "/PersonService/contentdealtitle/{id}" (HTTP-GET) If a new ContentDealTitle entity has been created, the new entity should be posted to the relative URL: "/PersonService/contentdealtitle" (HTTP-POST) If an existing ContentDealTitle entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/contentdealtitle/{id}" (HTTP-PUT) If an existing ContentDealTitle entity has to be deleted, the following relative URL should be called: "/PersonService/contentdealtitle/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint