PUT
/
v0
/
reconciliations
/
{reconciliation_id}
Update a Reconciliation
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.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

teal-instance-id
string
required

The Teal instance ID

Path Parameters

reconciliation_id
string
required

The reconciliation ID

Body

application/json

Response

204

Successful Response