Update contract fees
Updates an existing contract fee and recalculates its payment plan while protecting already paid or committed amounts.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Contract fee identifier or recurring fee identifier.
Request
This endpoint expects an object.
amount
fees_plan
contract_fees_type_id
contract_id
student_id
due_date
of_installments
grace_period
discount
contract_fees_period_id
force_update
Response
Contract fees were updated successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error

