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":["1c2df913-645c-4c0a-8684-0cba725267d3","822b8adc-7fca-4e90-b178-b68ff54b0072","b4aab3e1-9c4c-49df-acb2-7a5db46d3867"],"provider_statement_uuids":["4ee1da5c-6787-4eb3-82d7-3c03ca0f9ed5","bfaa5de4-be29-49d8-8ff8-889c6a2fb5c4","6feb4059-a390-40fc-8511-99e7bb32d3ec"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"statement_transaction_uuids": [
"1c2df913-645c-4c0a-8684-0cba725267d3",
"822b8adc-7fca-4e90-b178-b68ff54b0072",
"b4aab3e1-9c4c-49df-acb2-7a5db46d3867"
],
"provider_statement_uuids": [
"4ee1da5c-6787-4eb3-82d7-3c03ca0f9ed5",
"bfaa5de4-be29-49d8-8ff8-889c6a2fb5c4",
"6feb4059-a390-40fc-8511-99e7bb32d3ec"
]
}
Response examples (204)