Overview
Summary
Contact
Donate
Imprint
Prompt for the
ProductionSiteProductView
Please create a React-JS view called "ProductionSiteProductView" for the fields of the ProductionSiteProduct entity. The ProductionSiteProductView must contain the following fields: - name: EndYear type: INT - name: Notes type: STRING - name: Product type: Product - name: ProductionSite type: ProductionSite - name: StartYear type: INT The data source for the [ProductionSite] select control should be loaded from the relative URL: "/CityService/productionsite" (HTTP-GET) The data source for the [Product] select control should be loaded from the relative URL: "/CompanyService/product" (HTTP-GET) An existing ProductionSiteProduct entity should be loaded from the relative URL: "/CityService/productionsiteproduct/{id}" (HTTP-GET) If a new ProductionSiteProduct entity has been created, the new entity should be posted to the relative URL: "/CityService/productionsiteproduct" (HTTP-POST) If an existing ProductionSiteProduct entity has been updated, the modified entity should be sent to the relative URL: "/CityService/productionsiteproduct/{id}" (HTTP-PUT) If an existing ProductionSiteProduct entity has to be deleted, the following relative URL should be called: "/CityService/productionsiteproduct/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint