Update contract fees

Updates the selected contract fee record.

Authentication

AuthorizationBearer

You can retrieve your token by visiting your dashboard and clicking Generate API token.

Path parameters

idstringRequired

Request

This endpoint expects an object.
amountdoubleRequired
Must be at least 0.
fees_planlist of objectsRequired
fees plan list.
contract_fees_type_iddouble or nullOptional
contract fees type ID identifier.
contract_iddouble or nullOptional
contract ID identifier.
student_iddouble or nullOptional
student ID identifier.
due_datestring or nullOptional

Must be a valid date. Must be a valid date in the format Y-m-d\TH:i:sP.

of_installmentsinteger or nullOptional
Number of installments used to split the fee.
grace_perioddouble or nullOptional
Must be at least 0.
discountdouble or nullOptional
discount numeric value.
contract_fees_period_iddouble or nullOptional
contract fees period ID identifier.

Response

Successful PATCH response for /api/v1/services/contract/fees/update/{id}.

statusstring
messagestring
dataobject