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