---
title: "Updates a monitored company's risk exposure."
method: PATCH
path: "/api/v2/companies/{id}/riskexposure"
tags: ["Financial Risk"]
---

# Updates a monitored company's risk exposure.

`PATCH /api/v2/companies/{id}/riskexposure`

Updates the given company's risk exposure data. To calculate the cost of data breach, Black Kite needs to identify the number of records that you shared with the target organization and the unit cost per record. The default numbers are calculated based on the industry and the country of an organization by using IBM Security and Ponemon Institute 'Cost of a Data Breach Study'.

## Path parameters

- `id` integer, required

## Request body

- object
  - `NoOf_PII_PHI_PCI_Records` number, nullable — Count of records with either PII, PHI or PCI information shared with the organization.Count of records with either PII, PHI or PCI information shared with the organization..
  - `UnitCostOf_PII_PHI_PCI_Records` number, float, nullable — $ amount of the cost per record of PII-PHI-PCI records.
  - `UnitCostOf_BlackKiteCalculation` boolean — Use Black Kite's amount of the cost per record of PII-PHI-PCI.
  - `NoOfNon_PII_PHI_PCI_Records` number, nullable — Count of records with no PII, PHI or PCI information shared with the organization.
  - `UnitCostOfNon_PII_PHI_PCI_Records` number, float, nullable — $ amount of the cost per record of non-PII-PHI-PCI records.
  - `HaveInternalAccess` boolean — Indicates whether the organization has access to our internal network.
  - `TimeToIdentifyAndContainInHours` number, nullable — This value is only effective when SimulationId is 3, that is Availability (RC).
  - `SimulationType` 'Availability' | 'Confidentiality' — A simulation type, such as; Availability or Confidentiality. Leave null, if no change is intended.

## Response `200`

Success

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
