Overview
Summary
Contact
Donate
Imprint
Prompt for the
PartnerIntegrationView
Please create a React-JS view called "PartnerIntegrationView" for the fields of the PartnerIntegration entity. The PartnerIntegrationView must contain the following fields: - name: Company type: Company - name: Description type: STRING - name: EndDate type: DATE - name: PartnerName type: STRING - name: Platform type: Platform - 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 [Platform] select control should be loaded from the relative URL: "/SupportVendorService/platform" (HTTP-GET) An existing PartnerIntegration entity should be loaded from the relative URL: "/CompanyService/partnerintegration/{id}" (HTTP-GET) If a new PartnerIntegration entity has been created, the new entity should be posted to the relative URL: "/CompanyService/partnerintegration" (HTTP-POST) If an existing PartnerIntegration entity has been updated, the modified entity should be sent to the relative URL: "/CompanyService/partnerintegration/{id}" (HTTP-PUT) If an existing PartnerIntegration entity has to be deleted, the following relative URL should be called: "/CompanyService/partnerintegration/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint