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