collection_per_fee_type

For a selected fee type and date, this service returns your money collection data per each student: student details, gross amount for the selected fee type, discounts, deductions, net amount, payments, payment percentage and balance. You can use the "additional_fields" parameter to include more fields in the JSON results. Check the /fields service to explore the additional fields that you can add.
Example:

{
"additional_fields":"customField_35,idnumber,countryName"
}

Rate Limit: HEAVY

Permission needed: Financial Reports (#400)

Reference Code: srv_328

Body Params
integer
required

School year id

string
required
Defaults to 0

Date Format: yyyy-MM-dd

integer
required

Fee type

string

Class Format: Comma separated numbers, i.e. 23,24,25

string

Search

string

Group level Format: Comma separated numbers, i.e. 23,24,25

string

Balance Number range value. Format: Comma separated two numbers:-100,100

string

Payments Number range value. Format: Comma separated two numbers:-100,100

string

Include more fields in the JSON results. Check the /fields service to explore the additional fields that you can add. Format: {"additional_fields":"customField_35,idnumber,countryName"}

Headers
string
required
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json