Bulk Impact Analysis Async Input
Input representation for a bulk impact analysis async request.
- JSON example
-
- Properties
-
Name Type Description Required or Optional Available Version selectedClauseVersionIds String[] IDs of the clause versions to analyze for impact. The clause versions must be active and associated with the specified source record, such as a regulation version or policy version record. The analysis runs only on the specified clause versions, even if the source record has additional active clause versions. The clause version IDs are processed in batches of five. For example, if 10 clause version IDs are specified, the API processes the impact analysis in two batches. Required 67.0 selectedTargetObjects String[] Types of records to find impacted results for. Valid values depend on the type of source record that's specified in sourceRecordId: - If the source record is a regulation version, valid values for this parameter are ComplianceControlVersion, BusinessOperationsProcess, and CompliancePlcyClauseVersion.
- If the source record is a policy version, valid values for this parameter are ComplianceControlVersion and BusinessOperationsProcess.
Required 67.0 sourceRecordId String ID of the regulation version or policy version record on which you want to perform impact analysis. The clause versions specified in selectedClauseVersionIds must be associated with this record. Required 67.0