Overview
Summary
Contact
Donate
Imprint
Prompt for the
BreachDataExposureView
Please create a React-JS view called "BreachDataExposureView" for the fields of the BreachDataExposure entity. The BreachDataExposureView must contain the following fields: - name: BreachDataType type: BreachDataType - name: DataBreach type: DataBreach - name: EstimatedCount type: LONG - name: IsConfirmed type: BOOL The data source for the [DataBreach] select control should be loaded from the relative URL: "/SupportVendorService/databreach" (HTTP-GET) The data source for the [BreachDataType] select control should be loaded from the relative URL: "/SubscriptionPlanService/breachdatatype" (HTTP-GET) An existing BreachDataExposure entity should be loaded from the relative URL: "/SubscriptionPlanService/breachdataexposure/{id}" (HTTP-GET) If a new BreachDataExposure entity has been created, the new entity should be posted to the relative URL: "/SubscriptionPlanService/breachdataexposure" (HTTP-POST) If an existing BreachDataExposure entity has been updated, the modified entity should be sent to the relative URL: "/SubscriptionPlanService/breachdataexposure/{id}" (HTTP-PUT) If an existing BreachDataExposure entity has to be deleted, the following relative URL should be called: "/SubscriptionPlanService/breachdataexposure/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint