Reconciliation
Create matching rule
Create a reconciliation matching rule with the Python SDK.
POST
Create matching rule
Use
blnk.reconciliation.create_matching_rule to create a matching rule.
1
Call the method
blnk.reconciliation.create_matching_rule
2
Save the rule ID
Use
response.data["rule_id"] in matching_rule_ids when you start reconciliation.3
Response
201 Created