Financial Risk
Updates a monitored company's risk exposure.
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'.
patch/api/v2/companies/{id}/riskexposure
Path parameters
idinteger required
Example:123
The id of the company whose risk exposure is to be updated.
Request body
Example request
{
"NoOf_PII_PHI_PCI_Records": 300,
"SimulationType": "Confidentiality"
}Response
Success