Overview
Summary
Contact
Donate
Imprint
Prompt for the
TrademarkView
Please create a React-JS view called "TrademarkView" for the fields of the Trademark entity. The TrademarkView must contain the following fields: - name: AladdinSystem type: AladdinSystem - name: Jurisdiction type: STRING - name: MarkName type: STRING - name: Organization type: Organization - name: RegistrationDate type: DATE - name: RegistrationNumber type: STRING - name: Status type: STRING The data source for the [Organization] select control should be loaded from the relative URL: "/OrganizationService/organization" (HTTP-GET) The data source for the [AladdinSystem] select control should be loaded from the relative URL: "/AladdinSystemService/aladdinsystem" (HTTP-GET) An existing Trademark entity should be loaded from the relative URL: "/AladdinSystemService/trademark/{id}" (HTTP-GET) If a new Trademark entity has been created, the new entity should be posted to the relative URL: "/AladdinSystemService/trademark" (HTTP-POST) If an existing Trademark entity has been updated, the modified entity should be sent to the relative URL: "/AladdinSystemService/trademark/{id}" (HTTP-PUT) If an existing Trademark entity has to be deleted, the following relative URL should be called: "/AladdinSystemService/trademark/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint