Auto reconcile statement transactions Run in API Explorer
Ask AI
Run statement transactions through the auto reconciliation to expectations action again.
POST
/api/v1/statement-transaction/auto-reconcile
curl \
--request POST 'https://api.plannrcrm.com/api/v1/statement-transaction/auto-reconcile' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"statement_transaction_uuids":["aaf4275e-20be-41bb-ac49-f876446c509f","abb663b5-643a-4ecd-bb44-1fa1103900fe","7d63db61-dc05-40ba-a6a0-9e8a0ce97511"],"provider_statement_uuids":["5cdc2670-1fc9-4e97-bb1d-52e1a3c96f2b","014aa79a-53ce-4737-84c7-324d56808734","9519da3b-9468-4c88-bff2-1a9819126192"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"statement_transaction_uuids": [
"aaf4275e-20be-41bb-ac49-f876446c509f",
"abb663b5-643a-4ecd-bb44-1fa1103900fe",
"7d63db61-dc05-40ba-a6a0-9e8a0ce97511"
],
"provider_statement_uuids": [
"5cdc2670-1fc9-4e97-bb1d-52e1a3c96f2b",
"014aa79a-53ce-4737-84c7-324d56808734",
"9519da3b-9468-4c88-bff2-1a9819126192"
]
}
Response examples (204)