{
"follow_up_switch": 0,
"follow_up_status": [
0
],
"follow_up_traded": 0,
"follow_up_unsettled": 0,
"return_high_seas_switch": 0,
"unsettled_cycle": 0,
"advance_cycle": 0,
"client_policy_switch": 0,
"unsettled_client_number": 0,
"contract_refund_switch": 0,
"contract_renew_switch": 0,
"contract_disburse_switch": 0,
"invoicing_switch": 0,
"void_invoice_switch": 0,
"unfollowed_cycle": 0
}curl --location --request PUT '/ent/config/client_rule/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"follow_up_switch": 0,
"follow_up_status": [
0
],
"follow_up_traded": 0,
"follow_up_unsettled": 0,
"return_high_seas_switch": 0,
"unsettled_cycle": 0,
"advance_cycle": 0,
"client_policy_switch": 0,
"unsettled_client_number": 0,
"contract_refund_switch": 0,
"contract_renew_switch": 0,
"contract_disburse_switch": 0,
"invoicing_switch": 0,
"void_invoice_switch": 0,
"unfollowed_cycle": 0
}'{}