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":["083587f3-c76c-4862-a788-bff12feee54d","e90d5583-51bc-4eb7-a8f2-ee995df07207","8190bab4-fb75-4697-90b8-3d5176c95f9a"],"statement_transaction_uuids":["719799f8-e948-449a-967d-64e43131bfac","ef43c9fc-bc1f-47be-9e0e-c0f52a6700f9","2541e7e5-e42b-4109-96f3-5f592b6cdd5d"]}'
Request examples
{
"expectation_uuids": [
"083587f3-c76c-4862-a788-bff12feee54d",
"e90d5583-51bc-4eb7-a8f2-ee995df07207",
"8190bab4-fb75-4697-90b8-3d5176c95f9a"
],
"statement_transaction_uuids": [
"719799f8-e948-449a-967d-64e43131bfac",
"ef43c9fc-bc1f-47be-9e0e-c0f52a6700f9",
"2541e7e5-e42b-4109-96f3-5f592b6cdd5d"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}