Balance partially reconciled expectations Run in API Explorer
Ask AI
POST
/api/v1/expectation/balance
curl \
--request POST 'https://api.plannrcrm.com/api/v1/expectation/balance' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"expectation_uuids":["81cd1715-4b2e-44d3-97a3-9fa0fc1e5328","e073081a-972a-4943-b76c-05b5c315c0b7","40838594-3ce9-4571-a714-580f0cdbde3d"],"statement_transaction_uuids":["12b29466-a98a-452e-89de-f1f5e4756f53","c818a6ea-82ba-429d-81de-0f7033ff4920","adc12c55-a726-4467-94ba-baf0dd1bc49e"]}'
Request examples
{
"expectation_uuids": [
"81cd1715-4b2e-44d3-97a3-9fa0fc1e5328",
"e073081a-972a-4943-b76c-05b5c315c0b7",
"40838594-3ce9-4571-a714-580f0cdbde3d"
],
"statement_transaction_uuids": [
"12b29466-a98a-452e-89de-f1f5e4756f53",
"c818a6ea-82ba-429d-81de-0f7033ff4920",
"adc12c55-a726-4467-94ba-baf0dd1bc49e"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}