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:
Name | Type | Label | Description |
---|
form * | String | Form | Represents the entity form. Will always be "ppe". |
ppe_name * | String | Name | The object name |
ppe_amount | Number |
| Represents the planed value of the object. (e.g. "single", "chain") |
ppe_calc_type | String |
| Represents the calculation type. |
ppe_date | Date/Time |
| Represents the creation date and time of the object. |
ppe_proc_unid | String |
| The unique ID of the parent process under which the object has been created and referenced. |
ppe_state | Number |
| Represents the state as a number. |
ppe_type | String |
| 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)