Overview
Summary
Contact
Donate
Imprint
Prompt for the
TelcoPartnershipView
Please create a React-JS view called "TelcoPartnershipView" for the fields of the TelcoPartnership entity. The TelcoPartnershipView must contain the following fields: - name: Country type: Country - name: EndDate type: DATE - name: IncludesZeroRating type: BOOL - name: Name type: STRING - name: PartnerCompany type: PartnerCompany - name: StartDate type: DATE The data source for the [PartnerCompany] select control should be loaded from the relative URL: "/PartnerCompanyService/partnercompany" (HTTP-GET) The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing TelcoPartnership entity should be loaded from the relative URL: "/PartnerCompanyService/telcopartnership/{id}" (HTTP-GET) If a new TelcoPartnership entity has been created, the new entity should be posted to the relative URL: "/PartnerCompanyService/telcopartnership" (HTTP-POST) If an existing TelcoPartnership entity has been updated, the modified entity should be sent to the relative URL: "/PartnerCompanyService/telcopartnership/{id}" (HTTP-PUT) If an existing TelcoPartnership entity has to be deleted, the following relative URL should be called: "/PartnerCompanyService/telcopartnership/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint