Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleProductionCompanyView
Please create a React-JS view called "TitleProductionCompanyView" for the fields of the TitleProductionCompany entity. The TitleProductionCompanyView must contain the following fields: - name: ProductionCompany type: ProductionCompany - name: Role type: STRING - name: Title type: Title The data source for the [ProductionCompany] select control should be loaded from the relative URL: "/ProductionCompanyService/productioncompany" (HTTP-GET) The data source for the [Title] select control should be loaded from the relative URL: "/TitleService/title" (HTTP-GET) An existing TitleProductionCompany entity should be loaded from the relative URL: "/TitleService/titleproductioncompany/{id}" (HTTP-GET) If a new TitleProductionCompany entity has been created, the new entity should be posted to the relative URL: "/TitleService/titleproductioncompany" (HTTP-POST) If an existing TitleProductionCompany entity has been updated, the modified entity should be sent to the relative URL: "/TitleService/titleproductioncompany/{id}" (HTTP-PUT) If an existing TitleProductionCompany entity has to be deleted, the following relative URL should be called: "/TitleService/titleproductioncompany/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint