Overview
Summary
Contact
Donate
Imprint
Prompt for the
BrandView
Please create a React-JS view called "BrandView" for the fields of the Brand entity. The BrandView must contain the following fields: - name: EndDate type: DATE - name: LogoUrl type: STRING - name: Name type: STRING - name: Service type: Service - name: StartDate type: DATE The data source for the [Service] select control should be loaded from the relative URL: "/ServiceService/service" (HTTP-GET) An existing Brand entity should be loaded from the relative URL: "/ServiceService/brand/{id}" (HTTP-GET) If a new Brand entity has been created, the new entity should be posted to the relative URL: "/ServiceService/brand" (HTTP-POST) If an existing Brand entity has been updated, the modified entity should be sent to the relative URL: "/ServiceService/brand/{id}" (HTTP-PUT) If an existing Brand entity has to be deleted, the following relative URL should be called: "/ServiceService/brand/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint