CreateInvoice
Creates a new Invoice
Input variables
- json representation of new Invoice parameters
- entityType (student | guardian)
- to select if you are invoicing a Student or a Guardian
- entityId
- the id of the entity you are invoicing
- schoolPeriodId
- the id of the School Period you are invoicing
- feesFromDate
- include all uninvoiced feed from that date
- feesToDate
- include all uninvoiced feed to that date
- issueDate
- dueDate
- privateNotes
- publicNotes
- notify (true | false)
- to send auto notification to the invoice recipient
Headers
tenant
schoolCode
Request
This endpoint expects an object.
entityType
entityId
schoolPeriodId
feesFromDate
feesToDate
issueDate
dueDate
privateNotes
publicNotes
notify
Response
OK
id
amount
paidAmount
status
fullname
address
telephone
email
createdAt
issueDate
dueDate
privateNotes
publicNotes
fees
payments
invoiceRefId

