Advance Adjustment
Triggered when an adjustment is made to an advance
Event
ADVANCE_ADJUSTMENT
Data
adjustment_amount
- Long
Amount of the adjustment
advance_id
- String
Unique ID of the advance being adjusted
employee_id
- String
Unique ID for the employee
original_outstanding_amount
- Long
Outstanding amount before adjustment
outstanding_amount
- Long
Outstanding amount
timestamp
- datetime
Time of adjustment
type
- String
Type of adjustment
Example
"data": {
"adjustment_amount": 641,
"advance_id": "18d99mn3bvf78094",
"employee_id": "123",
"original_outstanding_amount": 99,
"outstanding_amount": 444,
"timestamp": "2023-12-30T15:40:32-08:00",
"type": "tp_pull"
}
Updated 23 days ago