Overview
Summary
Contact
Donate
Imprint
Prompt for the
AutoIntegrationView
Please create a React-JS view called "AutoIntegrationView" for the fields of the AutoIntegration entity. The AutoIntegrationView must contain the following fields: - name: IntegrationType type: STRING - name: ModelName type: STRING - name: PartnerCompany type: PartnerCompany - name: StartYear type: LONG The data source for the [PartnerCompany] select control should be loaded from the relative URL: "/PartnerCompanyService/partnercompany" (HTTP-GET) An existing AutoIntegration entity should be loaded from the relative URL: "/PartnerCompanyService/autointegration/{id}" (HTTP-GET) If a new AutoIntegration entity has been created, the new entity should be posted to the relative URL: "/PartnerCompanyService/autointegration" (HTTP-POST) If an existing AutoIntegration entity has been updated, the modified entity should be sent to the relative URL: "/PartnerCompanyService/autointegration/{id}" (HTTP-PUT) If an existing AutoIntegration entity has to be deleted, the following relative URL should be called: "/PartnerCompanyService/autointegration/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint