Update an individual entity's risk level for a service profile

PATCH

Update the current risk level of an Individual Entity with the matching entity ID.

Path parameters

entityIdstringRequired

Unique FrankieOne identifier for an entity

serviceNamestringRequired

The unique name of the service profile

Headers

X-Frankie-CustomerIDstringRequired

Your Customer ID provided by FrankieOne

X-Frankie-CustomerChildIDstringOptional

Your Customer Child ID provided by FrankieOne

X-Frankie-ChannelstringOptional

Open string that can be used to define the “channel” the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.

X-Frankie-UsernamestringOptional

Username provided by API caller

Query parameters

riskLevelenumRequired

Set the current riskLevel for the given entity.

Allowed values: LOWMEDIUMHIGHVERY_HIGH

Response

OK

serviceProfileIdstring

Unique ID of Service Profile.

workflowIdstring

Unique ID of the workflow.

workflowExecutionIdstring

Unique ID of the workflow execution.

entityIdstring

Unique ID of the entity.

riskAssessmentIdstringOptional

Unique ID of the risk assessment.

schemaVersionintegerOptional

Version of the risk assessment summary record schema.

createdAtdatetimeOptional

The timestamp when the risk assessment was created.

updatedAtdatetimeOptional

The timestamp when the risk assessment was updated.

updatedBystringOptional

Who updated this assessment

updatedRequestIdstringOptional

What was the ID of the request that updated this assessment

workflowRiskScoredoubleOptional

The risk score of the workflow.

workflowRiskLevelenumOptional
Allowed values: UNKNOWNLOWMEDIUMHIGHUNACCEPTABLE

The risk level of the workflow execution associated with this risk assessment

riskScoredoubleOptional

The risk score of the entity.

riskLevelenumOptional
Allowed values: UNKNOWNLOWMEDIUMHIGHUNACCEPTABLE

The risk level of the entity.

isOutdatedbooleanOptionalDefaults to false

Whether the assessment is currently out of date, based on the manually updated information or due to changes to risk factors that were assesssed

riskFactorslist of objectsOptional
Built with