Overview
Summary
Contact
Donate
Imprint
Prompt for the
ReceiverCoverageAreaView
Please create a React-JS view called "ReceiverCoverageAreaView" for the fields of the ReceiverCoverageArea entity. The ReceiverCoverageAreaView must contain the following fields: - name: PolygonWkt type: STRING - name: Receiver type: Receiver - name: ValidFromUtc type: DATE - name: ValidToUtc type: DATE The data source for the [Receiver] select control should be loaded from the relative URL: "/ReceiverService/receiver" (HTTP-GET) An existing ReceiverCoverageArea entity should be loaded from the relative URL: "/ReceiverService/receivercoveragearea/{id}" (HTTP-GET) If a new ReceiverCoverageArea entity has been created, the new entity should be posted to the relative URL: "/ReceiverService/receivercoveragearea" (HTTP-POST) If an existing ReceiverCoverageArea entity has been updated, the modified entity should be sent to the relative URL: "/ReceiverService/receivercoveragearea/{id}" (HTTP-PUT) If an existing ReceiverCoverageArea entity has to be deleted, the following relative URL should be called: "/ReceiverService/receivercoveragearea/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint