MngSetVirtualDealerPolicyEnabled¶
Changes only the policy's enabled state. Requires SESSION_ADMIN.
HTTP: POST /dealing/virtual-dealer/policy/enabled
{"command":"MngSetVirtualDealerPolicyEnabled","id":1,"enabled":false}
{"id":1,"enabled":false}
A disabled policy remains valid as a route reference, but runtime evaluation returns NEXT_STEP with reason POLICY_DISABLED. It does not apply its configured failure_action while disabled.