Clause Versions Bulk Update Input

Input representation to asynchronously bulk update the status of the clause version records.
JSON example
1{
2  "recordId": "00v00000000PP2",
3  "targetStatus": "Active"
4}
Properties
Name Type Description Required or Optional Available Version
recordId String ID of the policy or regulation version record to update the clause versions for. Required 65.0
targetStatus String Target status that you want to update the clause versions to.

Valid values are:

  • Active
  • Draft
  • PendingApproval
  • Published
  • Retired
  • Review

The Active, Draft, Published, and Retired statuses are applicable for both policy and regulation versions, and the associated cause version records.

The PendingApproval and Review statuses are applicable for only policy version and the associated clause version records.

Required 65.0