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":["44cd749c-0e40-48de-95fc-61812e0e7e59","4780d438-e05f-45fd-a776-3b90c15de4d9","a9d57517-7f51-4633-bb21-395cfc60348c"],"provider_statement_uuids":["a5c17e61-cd5b-44de-9963-8e1ed2a4abc6","7ebe95af-67b3-4bf7-ba04-18de418fb7bc","059b9d82-7b15-4da0-a023-c6321c6de31c"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"statement_transaction_uuids": [
"44cd749c-0e40-48de-95fc-61812e0e7e59",
"4780d438-e05f-45fd-a776-3b90c15de4d9",
"a9d57517-7f51-4633-bb21-395cfc60348c"
],
"provider_statement_uuids": [
"a5c17e61-cd5b-44de-9963-8e1ed2a4abc6",
"7ebe95af-67b3-4bf7-ba04-18de418fb7bc",
"059b9d82-7b15-4da0-a023-c6321c6de31c"
]
}
Response examples (204)