UpdateFees
Update editable fields of a fee
Input variables
- feesId: 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)
Path parameters
feesId
Headers
dreamclass-secret-key
Your DreamClass API key. Required on every request. Find it in the DreamClass app under Settings > Integrations.
tenant
Your tenant code: the DreamClass subdomain you sign in at (for https://myaccount.dreamclass.io it is "myaccount"), or your full white-labelled domain. Required on every request.
schoolCode
Your school code. Required on every request. Find it in the DreamClass app under Settings > Integrations.
Request
This endpoint expects an object.
cost
startDate
description
duration
interval
Response
OK
id
description
cost
duration
interval
startDate
period
type
schoolPeriodId

