The Invoice Reminder entity stores information like reminder types, options and actions which should be triggered through the reminding process. 

Database level

The entity's attributes are shown below. Mandatory fields are marked with a red star:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "inr".
inr_date *Date/TimeNameRepresent the creation date and time of the object.
inr_duedate *Date/Time
Represent the due date of the object.
inr_inv_unid *String
The unique ID of the parent entity type "inv"under which the invoice reminder has been created and referenced.
inr_penalty_value *Number
Represents the penalty value to be paid.
inr_state *Number
Represents the state of the invoice reminder as a number. (e.g. 100, 200, 300)
inr_text *HTMP String
Represents the HTML text as body of the invoice reminder.

QEE classes level

The class representing the Invoice Reminder is QEEInr

Inherits from: QEEObject

REST level

The endpoints dealing with Invoice Reminder are:

xrInr (GET, POST, PUT, DELETE)

xrInrs (GET, PUT, DELETE)