Overview
Summary
Contact
Donate
Imprint
Prompt for the
MediaProductionView
Please create a React-JS view called "MediaProductionView" for the fields of the MediaProduction entity. The MediaProductionView must contain the following fields: - name: MediaType type: STRING - name: Product type: Product - name: ReleaseDate type: DATE - name: Title type: STRING The data source for the [Product] select control should be loaded from the relative URL: "/ProductService/product" (HTTP-GET) An existing MediaProduction entity should be loaded from the relative URL: "/ProductService/mediaproduction/{id}" (HTTP-GET) If a new MediaProduction entity has been created, the new entity should be posted to the relative URL: "/ProductService/mediaproduction" (HTTP-POST) If an existing MediaProduction entity has been updated, the modified entity should be sent to the relative URL: "/ProductService/mediaproduction/{id}" (HTTP-PUT) If an existing MediaProduction entity has to be deleted, the following relative URL should be called: "/ProductService/mediaproduction/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint