Overview
Summary
Contact
Donate
Imprint
Prompt for the
PeeringAgreementView
Please create a React-JS view called "PeeringAgreementView" for the fields of the PeeringAgreement entity. The PeeringAgreementView must contain the following fields: - name: EndDate type: DATE - name: InternetServiceProvider type: InternetServiceProvider - name: Notes type: STRING - name: ServiceSupply type: ServiceSupply - name: StartDate type: DATE The data source for the [ServiceSupply] select control should be loaded from the relative URL: "/ServiceSupplyService/servicesupply" (HTTP-GET) The data source for the [InternetServiceProvider] select control should be loaded from the relative URL: "/CountryService/internetserviceprovider" (HTTP-GET) An existing PeeringAgreement entity should be loaded from the relative URL: "/LanguageService/peeringagreement/{id}" (HTTP-GET) If a new PeeringAgreement entity has been created, the new entity should be posted to the relative URL: "/LanguageService/peeringagreement" (HTTP-POST) If an existing PeeringAgreement entity has been updated, the modified entity should be sent to the relative URL: "/LanguageService/peeringagreement/{id}" (HTTP-PUT) If an existing PeeringAgreement entity has to be deleted, the following relative URL should be called: "/LanguageService/peeringagreement/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint