fee mapping store
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location 'https://apidev.edufee.online/api/fees-management/mapping/fee/store' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""' \
--form 'fee_head_id="1"' \
--form 'fee_subhead_id[]="1"' \
--form 'fee_subhead_id[]="2"' \
--form 'fund_id[]="1"' \
--form 'ledger_id="1"'
Responses
application/json
Modified at 2024-12-07 07:24:17