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":[null,null],"statement_transaction_uuids":[null,null]}'
Request examples
{
"expectation_uuids": [
null,
null
],
"statement_transaction_uuids": [
null,
null
]
}
Response examples (401)
{
"message": "Unauthenticated."
}