fee subhead using feehead
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 samples
curl --location --request POST 'https://apidev.edufee.online/api/fees-management/date-setup/show' \
--form 'fee_head_id="1"'
Responses
application/json feeSubhead
array [object {2}]Â
required{
"feeSubhead": [
{
"id": 0,
"fee_subhead_id": {
"id": 0,
"name": "string"
}
}
]
}
Modified at 2024-05-25 05:54:02