Update risk assessment in batch
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Authorization
Request
This endpoint expects a list of objects.
assessment_id
Unique identifier for a risk assessment belonging to a risk assessment. This is the primary key for a risk assessment and should be unique across all risk assessments. Updates to a risk assessment should be made using this identifier.
timestamp
Original timestamp relating to this risk assessment information creation/change
type
Type of risk assessment (e.g., pre-onboarding risk rating, risk band, risk engine score)
outcome
The outcome of the assessment. One of: LOW, MEDIUM, HIGH, CRITICAL
Response
Risk assessment updated successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.