-
Notifications
You must be signed in to change notification settings - Fork 1
endpoints.VariablePayments.VariablePayments
Yaroslav Surzhikov edited this page Aug 7, 2020
·
1 revision
| list(employee_id)List employee's variable payments Returns a list of variable payments for a given employee.
Arguments:
-
employee_idstr - employee id
References:
| create_entry(employee_id, reason, effective_date, amount_value, amount_currency, pay_type, payment_period)Creates a new variable payment for a given employee
Arguments:
-
employee_idstr - employee id -
reasonstr - reason for this change -
effective_datedate - the date this entry becomes effective -
amount_valuefloat - -
amount_currencystr - 3 letter currency code -
pay_typestr - The type of the variable pay -
payment_periodstr - represents the period for this variable entry. One of:AnnualHalf-YearlyQuarterlyMonthly
References:
| delete_entry(employee_id, entry_id)Deletes a variable payment for an employee
Arguments:
-
employee_idstr - employee id -
entry_idint - the entry id to delete
References: