Plan Pay Entry entity represents an element in the pay plan list. 

Database level

See the entity fields bellow. Mandatory fields are marked in red:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "ppe".
ppe_name *StringNameThe object name
ppe_amountNumber
Represents the planed value of the object. (e.g. "single", "chain")
ppe_calc_typeString
Represents the calculation type. 
ppe_dateDate/Time
Represents the creation date and time of the object.
ppe_proc_unidString
The unique ID of the parent process under which the object has been created and referenced.
ppe_stateNumber
Represents the state as a number.
ppe_typeString
Represents the type of the object. (e.g. "flat", "unit")

QEE classes level

The class representing the Plan Pay Entry is QEEPpe

Inherits from: QEEObject

REST level

The endpoints dealing with Plan Pay Entry are:

xrPpe (GET, POST, PUT, DELETE)

xrPpes (GET, PUT, DELETE)