Create contract fees
Creates a contract fee payment plan after validating installments, dates, amount, discount, and the selected contract.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
contract_fees_type_id
contract_id
students_id
responsible_id
responsible_type
Allowed values:
due_date
of_installments
amount
contract_fees_period_id
fees_plan
responsible_note
grace_period
discount
Response
Contract fees were created successfully.
status
message
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

