We have a requirement for an Advance Deposit/Student Billing API End Point to support feature parity with our current features where-in we are using direct SQL queries to retrieve Financial Edge Advance Deposit data.
We don't require full CRUD operation but just read access should be OK.
We are expecting at least the following columns in the result.
ID
DEPOSITE ID
FOR
COMMENT
DATE
AMOUNT
and "LastModified" query string filter for the endpoint.
Thanks