Overview
Summary
Contact
Donate
Imprint
Prompt for the
AdBlockDetectionEventView
Please create a React-JS view called "AdBlockDetectionEventView" for the fields of the AdBlockDetectionEvent entity. The AdBlockDetectionEventView must contain the following fields: - name: ActionTaken type: STRING - name: DetectedAtUtc type: DATE - name: MessageShown type: STRING - name: UserAccount type: UserAccount The data source for the [UserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing AdBlockDetectionEvent entity should be loaded from the relative URL: "/AircraftService/adblockdetectionevent/{id}" (HTTP-GET) If a new AdBlockDetectionEvent entity has been created, the new entity should be posted to the relative URL: "/AircraftService/adblockdetectionevent" (HTTP-POST) If an existing AdBlockDetectionEvent entity has been updated, the modified entity should be sent to the relative URL: "/AircraftService/adblockdetectionevent/{id}" (HTTP-PUT) If an existing AdBlockDetectionEvent entity has to be deleted, the following relative URL should be called: "/AircraftService/adblockdetectionevent/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint