UpdateFees
Update editable fields of a fee
Input variables
- feeId: id of the fee
- json representation of editable fields of a Fee
- cost
- description
- startDate
- duration (applicable only for fees that are not oneoff)
- interval (applicable only for fees that are not oneoff)
Headers
tenant
schoolCode
Request
This endpoint expects an object.
cost
startDate
description
duration
interval
Response
OK
id
description
cost
duration
interval
startDate
period
type
schoolPeriodId

