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.
notify
dueDate
entityId
issueDate
entityType
feesToDate
publicNotes
feesFromDate
privateNotes
schoolPeriodId
Response
OK
id
fees
email
amount
status
address
dueDate
fullname
payments
createdAt
issueDate
telephone
paidAmount
publicNotes
privateNotes
invoiceRefId

