Overview
Summary
Contact
Donate
Imprint
Prompt for the
DeploymentPartnerView
Please create a React-JS view called "DeploymentPartnerView" for the fields of the DeploymentPartner entity. The DeploymentPartnerView must contain the following fields: - name: PartnerOrganization type: PartnerOrganization - name: RoleDescription type: STRING - name: ServiceDeployment type: ServiceDeployment The data source for the [PartnerOrganization] select control should be loaded from the relative URL: "/ServiceDeploymentService/partnerorganization" (HTTP-GET) The data source for the [ServiceDeployment] select control should be loaded from the relative URL: "/ServiceDeploymentService/servicedeployment" (HTTP-GET) An existing DeploymentPartner entity should be loaded from the relative URL: "/ServiceDeploymentService/deploymentpartner/{id}" (HTTP-GET) If a new DeploymentPartner entity has been created, the new entity should be posted to the relative URL: "/ServiceDeploymentService/deploymentpartner" (HTTP-POST) If an existing DeploymentPartner entity has been updated, the modified entity should be sent to the relative URL: "/ServiceDeploymentService/deploymentpartner/{id}" (HTTP-PUT) If an existing DeploymentPartner entity has to be deleted, the following relative URL should be called: "/ServiceDeploymentService/deploymentpartner/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint