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