Overview
Summary
Contact
Donate
Imprint
Prompt for the
DataBreachView
Please create a React-JS view called "DataBreachView" for the fields of the DataBreach entity. The DataBreachView must contain the following fields: - name: AffectedCustomersCount type: LONG - name: AffectedMerchantsCount type: LONG - name: Company type: Company - name: DataTypesExposed type: STRING - name: Description type: STRING - name: IncidentDate type: DATE - name: ReportedToAuthority type: BOOL - name: ResolutionSummary type: STRING The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) An existing DataBreach entity should be loaded from the relative URL: "/LogisticsPartnerService/databreach/{id}" (HTTP-GET) If a new DataBreach entity has been created, the new entity should be posted to the relative URL: "/LogisticsPartnerService/databreach" (HTTP-POST) If an existing DataBreach entity has been updated, the modified entity should be sent to the relative URL: "/LogisticsPartnerService/databreach/{id}" (HTTP-PUT) If an existing DataBreach entity has to be deleted, the following relative URL should be called: "/LogisticsPartnerService/databreach/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint