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":["ed36ad5e-88a0-431a-a473-167ed2799a6f","a362f757-5e2a-4d58-baa2-92f20e9ddb38","d947032d-8e97-4654-a083-67ab56b6d57e"],"statement_transaction_uuids":["cbae932e-3481-4a62-a3af-f07ac01313e2","c00a38a6-4161-428a-adc2-f8a1a64f4723","71568b64-53f9-4fc9-8626-6f724f8bf61c"]}'
Request examples
{
"expectation_uuids": [
"ed36ad5e-88a0-431a-a473-167ed2799a6f",
"a362f757-5e2a-4d58-baa2-92f20e9ddb38",
"d947032d-8e97-4654-a083-67ab56b6d57e"
],
"statement_transaction_uuids": [
"cbae932e-3481-4a62-a3af-f07ac01313e2",
"c00a38a6-4161-428a-adc2-f8a1a64f4723",
"71568b64-53f9-4fc9-8626-6f724f8bf61c"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}