Reconciliation
Upload data
Upload external data for reconciliation with the Java SDK.
POST
Upload data
Use
blnk.reconciliation().upload for this operation.
1
Call the method
2
Save the upload ID
Use
response.data().get("upload_id").asText() as the upload_id when you start reconciliation.3
Response
201 Created
Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Upload external records
HTTP request and response schema.