CreateFees
Creates new School Fees
Input variables
- json representation of new School Fee
- type (application | school)
- to select whether you are creating an application fee or a school fee
- period (oneoff | monthly | periodically)
- to select the recurring mode of the fee
- cost
- description
- startDate
- when will be the first installment
- interval (0.5 | 1 | 2 | 3 | 4 | 5 | 6)
- the recurrence interval (in months)
- duration
- number of the recurrences
- schoolPeriodId
- the id of the School Period you are creating the fee
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
schoolPeriodId
duration
type
period
interval
Response headers
Expires
Cache-Control
Access-Control-Allow-Headers
X-XSS-Protection
Pragma
Access-Control-Allow-Methods
X-Frame-Options
Access-Control-Expose-Headers
Access-Control-Allow-Origin
Access-Control-Allow-Credentials
X-Content-Type-Options
Access-Control-Max-Age
Response
OK
id
description
cost
duration
interval
startDate
period
type
schoolPeriodId

