cURL
curl --request PUT \ --url https://api.sandbox.teal.dev/v0/reconciliations/{reconciliation_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'teal-instance-id: <teal-instance-id>' \ --data '{ "statement_ending_date": "2024-01-01", "time_zone": "UTC", "statement_ending_balance": 132629.38, "progress_status": "completed" }'
This response does not have an example.
Update a reconciliation.
The access token received from the authorization server in the OAuth 2.0 flow.
The Teal instance ID
The reconciliation ID
Successful Response