cURL
curl --request POST \ --url https://api.sandbox.teal.dev/v0/reconciliations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'teal-instance-id: <teal-instance-id>' \ --data '{ "ledger_id": "WTjdK47SHxokWUdypL8zyB", "statement_ending_date": "2024-01-01", "time_zone": "UTC", "statement_ending_balance": 132629.38, "progress_status": "completed" }'
{ "id": "FYQxHfWNCMnUuXr6iQhjgG", "ledger_id": "WTjdK47SHxokWUdypL8zyB", "start_datetime": "2024-01-01T00:00:00Z", "end_datetime": "2024-01-01T00:00:00Z", "ledger_starting_balance": 122629.38, "ledger_ending_balance": 132629.38, "reconciled_balance": 132629.38, "statement_starting_balance": 122629.38, "statement_ending_balance": 132629.38, "reconciliation_status": "unreconciled", "progress_status": "in_progress", "completed_on_datetime": "2024-01-01T00:00:00Z" }
Creates a new Reconciliation based on the given parameters.
The access token received from the authorization server in the OAuth 2.0 flow.
The Teal instance ID
Successful Response
The response is of type object.
object