curl --request PUT \ --url http://localhost:5001/balance-monitors/{id} \ --header 'Content-Type: application/json' \ --data '{ "balance_id": "bln_c1750613-b4b0-4cde-9793-459165a8715f", "condition": { "field": "balance", "operator": "=", "value": 10000000 } }'
"mon_da573822-902c-4349-86c9-2c02ab697c6e"
Show child attributes
{ "field": "debit_balance", "operator": ">", "value": 100000 }
Was this page helpful?