Rule

Override an inherited rule

Creates or updates the current company's override of an inherited (corporate-group) rule identified by {id}. Returns the inherited rule with its updated override block.

Pass inherit_override to control whether the override itself propagates to child companies. Include the standard rule fields (name, enabled, effects, constraints) to define the overriding behavior.

patch/v1/erp/payouts/rules/{id}/override

Parameters

#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0 — unresolved $ref
#/paths/~1v1~1erp~1payouts~1rules~1%7Bid%7D/get/parameters/1 — unresolved $ref

Request body

namestring
enabledboolean
inherit_overrideboolean

Whether the override propagates to child companies.

constraintsobject
attribute_change_effectsobject[]
custom_column_change_effectsobject[]
reviewer_assigner_effectsobject[]

Response

The inherited rule with the updated override.

idstring uuid
namestring
company_idstring uuid

The company that owns the inherited (parent) rule.

enabledboolean
inheritableboolean
applicable_modelstring
created_atstring date-time
updated_atstring date-time
attribute_change_effectsobject[]
custom_column_change_effectsobject[]
reviewer_assigner_effectsobject[]
translated_constraintsobject nullable

The parent rule's constraints translated into the current company's context.

Changes

No recorded changes to this endpoint across all 1 revision of this API.