Hi,
I need to add filter based on encumbrance using following API.
https://api.sky.blackbaud.com/generalledger/v1/transactiondistributions
I tried this adding parameter as well but it does not seem to be working. Can somebody help be in this context.
{
"count": 144966,
"value": [
{
"transaction_id": 5348,
"transaction_amount": 333.33,
"distribution_id": 13861,
"batch_id": 50,
"distribution_amount": 30.0,
"account_number": "01-5450-02",
"account_class": "Unrestricted Net Assets",
"ui_project_id": "1001",
"post_date": "2005-01-10T00:00:00",
"type_code": "Debit",
"reference": "AlphaGraphics-6363636-003",
"journal": "Accounts Payable",
"encumbrance": "Regular",
"transaction_code_values": [
{
"name": "Jurisdiction",
"value": "Youth Services"
},
{
"name": "Spendable?",
"value": "Spendable"
}
]
}