Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 640 Bytes

get_all_added_dues.md

File metadata and controls

26 lines (19 loc) · 640 Bytes
Endpoint Method Description
/api/v1/getAllAddedDues GET Retrieve all details of dues added by admin explicitly

Success Response

[
{
    "_id": "67064aaba66f7fbb81dd1579",
    "dueNumber": "gfjhnd",
    "amount": 3426,
    "feeType": "Tuition Fee",
    "addedToID": "R091001",
    "image":"base64String",   
    "addedToID": "R081001",
    "addedOn": "2024-10-07T10:22:58.161Z",
    "__v": 0
},...
]