Overview
Summary
Contact
Donate
Imprint
Prompt for the
PartnerOrganizationView
Please create a React-JS view called "PartnerOrganizationView" for the fields of the PartnerOrganization entity. The PartnerOrganizationView must contain the following fields: - name: Country type: Country - name: Name type: STRING - name: OrganizationType type: STRING - name: Website type: STRING The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing PartnerOrganization entity should be loaded from the relative URL: "/ServiceDeploymentService/partnerorganization/{id}" (HTTP-GET) If a new PartnerOrganization entity has been created, the new entity should be posted to the relative URL: "/ServiceDeploymentService/partnerorganization" (HTTP-POST) If an existing PartnerOrganization entity has been updated, the modified entity should be sent to the relative URL: "/ServiceDeploymentService/partnerorganization/{id}" (HTTP-PUT) If an existing PartnerOrganization entity has to be deleted, the following relative URL should be called: "/ServiceDeploymentService/partnerorganization/{id}" (HTTP-DELETE) Add a HTML table to the view with the following DeploymentPartner columns: - column: RoleDescription - column: PartnerOrganization - column: ServiceDeployment The table should have the title "DeploymentPartners" und the data must be loaded from the server with the following relative URL: "/ServiceDeploymentService/deploymentpartner/partnerorganization/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint