Student wise absent fine remove
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"student_id": 1001,
"amount": 100,
"reason": 'IM Poor'
}
Request Code Samples
curl --location 'https://apidev.edufee.online/api/student-wise-absent-fine-remove' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"student_id": 1001,
"amount": 100,
"reason": '\''IM Poor'\''
}'
Responses
application/json
Modified at 2026-07-13 10:23:52