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":["f6016fb9-c066-4845-b858-6ca45fcd918b","1600b69f-c4dc-44ef-ae6f-62e5c47c9aea","edf2c6fc-8548-4a15-8b72-5094b22d953b"],"provider_statement_uuids":["ee673024-8ac6-4410-872e-be1896e6e3a7","c5796c1b-71fb-4517-9f70-66533b7b8c91","b1e1dddf-0d95-4ab1-aedc-4541e0b3e6bf"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"statement_transaction_uuids": [
"f6016fb9-c066-4845-b858-6ca45fcd918b",
"1600b69f-c4dc-44ef-ae6f-62e5c47c9aea",
"edf2c6fc-8548-4a15-8b72-5094b22d953b"
],
"provider_statement_uuids": [
"ee673024-8ac6-4410-872e-be1896e6e3a7",
"c5796c1b-71fb-4517-9f70-66533b7b8c91",
"b1e1dddf-0d95-4ab1-aedc-4541e0b3e6bf"
]
}
Response examples (204)
{}