Reconciliation
Create matching rule
Create a reconciliation matching rule with the Java SDK.
POST
Create matching rule
Use
blnk.reconciliation().createMatchingRule for this operation.
1
Call the method
2
Save the rule ID
Use
response.data().get("rule_id").asText() in matching_rule_ids when you start reconciliation.3
Response
201 Created
Related docs
How reconciliation works
Criteria, operators, and drift behavior.
Create matching rule
HTTP request and response schema.