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": [
"e634ad4d-a987-4fce-91ad-d2d59ef266d4",
"e8a115a1-af6e-4b9a-a18b-2d6e44dd5553",
"70f63cf7-76e9-407b-8919-8920690ec0a2"
],
"statement_transaction_uuids": [
"8b73c39c-86de-4ca1-a459-5ce26bd83b2e",
"a8874ea8-234a-4c6e-8525-02573d323f13",
"6bda0798-76cd-41ea-bd92-6e499f6801b3"
]
}'
Request examples
{
"expectation_uuids": [
"e634ad4d-a987-4fce-91ad-d2d59ef266d4",
"e8a115a1-af6e-4b9a-a18b-2d6e44dd5553",
"70f63cf7-76e9-407b-8919-8920690ec0a2"
],
"statement_transaction_uuids": [
"8b73c39c-86de-4ca1-a459-5ce26bd83b2e",
"a8874ea8-234a-4c6e-8525-02573d323f13",
"6bda0798-76cd-41ea-bd92-6e499f6801b3"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}