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