CreateFees
Creates new School Fees
Input variables
- json representation of new School Fee
- type (application | school)
- to select if you are create an application fee or a school fee
- period (oneoff | monthly | periodically)
- to select the recurring mode of the fee
- cost
- decription
- 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 reccurences
- schoolPeriodId
- the id of the School Period you are creating the fee
Headers
tenant
schoolCode
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

