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":["c29f31d7-51f4-4626-9b99-e4f8a647bb3f","bb4709c8-1fc8-46e8-b52c-a70cc0b730e1","541b5a83-892d-4c46-8b9c-caaea7012173"],"statement_transaction_uuids":["e40fa1e5-aff4-4270-bc45-39e34ca92884","a85fb190-3190-4bcd-b954-d16bc2d0f11d","0f43a7f2-a9bd-4ec9-b7e4-10ab1183820a"]}'
Request examples
{
"expectation_uuids": [
"c29f31d7-51f4-4626-9b99-e4f8a647bb3f",
"bb4709c8-1fc8-46e8-b52c-a70cc0b730e1",
"541b5a83-892d-4c46-8b9c-caaea7012173"
],
"statement_transaction_uuids": [
"e40fa1e5-aff4-4270-bc45-39e34ca92884",
"a85fb190-3190-4bcd-b954-d16bc2d0f11d",
"0f43a7f2-a9bd-4ec9-b7e4-10ab1183820a"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}