Generate a recurring fee plan

Calculates recurring contract-fee installments from the supplied period, amount, installment count, and start date.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
fee_recurring_period_iddouble or nullOptional
installmentsdouble or nullOptional
amount_per_installmentdouble or nullOptional
total_amountdouble or nullOptional
indefiniteboolean or nullOptional
start_datedate or nullOptional

Response

Generated installment schedule
statusstringOptional
messagestringOptional
datalist of objectsOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error