update
Developing
PUT
http://localhost:1337/api/master/fees/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:1337/api/master/fees/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"fee_category": "tuition",
"terms": [],
"transports": [],
"classes":
{
"id": 1
}
}'
Response Response Example
{}
Request
Body Params application/json