{
"rule_id": 0,
"transaction_type": "BANK",
"rule": {
"trigger_on_any_condition": true,
"conditions": [
{
"field_name": "string",
"operator": "EQUALS",
"value": "string",
"transaction_type": "BANK"
}
],
"actions": [
{
"action_type": "SET_YNAB_FIELD",
"field_name": "string",
"value": "string",
"order": 0
}
]
},
"transaction_ids": [
"string"
]
}