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
fee_subhead_id[]
array[string]
optionalRequest samples
curl --location --request POST 'https://apidev.edufee.online/api/fees-management/mapping/fee/store' \
--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