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
type
period
duration
interval
startDate
description
schoolPeriodId
Response headers
Pragma
Expires
Cache-Control
X-Frame-Options
X-XSS-Protection
Access-Control-Max-Age
X-Content-Type-Options
Access-Control-Allow-Origin
Access-Control-Allow-Headers
Access-Control-Allow-Methods
Access-Control-Expose-Headers
Access-Control-Allow-Credentials
Response
OK
id
cost
type
period
duration
interval
startDate
description
schoolPeriodId

