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":["7f66e2cf-1e1f-4222-a58e-a98b14b0ec1a","684bbe54-51c9-404a-8d2e-62ac81f044ec","850d1ddc-a785-4ff8-9b1a-f04b5e7d8242"],"statement_transaction_uuids":["9d88f5fe-acb4-4cfa-be28-bc9fa985c08f","91133455-fe2d-4579-9d9e-65062972eba8","f4cc62af-e2cc-4060-92d0-79dd53c8101d"]}'
Request examples
{
"expectation_uuids": [
"7f66e2cf-1e1f-4222-a58e-a98b14b0ec1a",
"684bbe54-51c9-404a-8d2e-62ac81f044ec",
"850d1ddc-a785-4ff8-9b1a-f04b5e7d8242"
],
"statement_transaction_uuids": [
"9d88f5fe-acb4-4cfa-be28-bc9fa985c08f",
"91133455-fe2d-4579-9d9e-65062972eba8",
"f4cc62af-e2cc-4060-92d0-79dd53c8101d"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}