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":["d5ffdef4-3f35-49c0-9cdf-a531bba5fc95","c4c81e04-f402-455b-aaf0-7265ff269062","8a58b547-c6d1-4c06-aaf0-dfe1e5c6b1b4"],"provider_statement_uuids":["28314939-0c31-4ddc-a707-a522d3af3d28","b40ee50d-4d5b-4529-83c4-1e499f16a217","a2e17432-3c4b-4f22-b3c3-f41a80b9dcc4"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"statement_transaction_uuids": [
"d5ffdef4-3f35-49c0-9cdf-a531bba5fc95",
"c4c81e04-f402-455b-aaf0-7265ff269062",
"8a58b547-c6d1-4c06-aaf0-dfe1e5c6b1b4"
],
"provider_statement_uuids": [
"28314939-0c31-4ddc-a707-a522d3af3d28",
"b40ee50d-4d5b-4529-83c4-1e499f16a217",
"a2e17432-3c4b-4f22-b3c3-f41a80b9dcc4"
]
}
Response examples (204)
{}