Payroll Events
API Endpoint
GET /v1/companies/:company_id/payrolls
Event types
- payroll.created
- payroll.updated
- payroll.calculated
Metadata
Resource: "Company"
Entity: "Payroll"
Example payload
{
"event_type": "payroll.calculated",
"resource_type": "Company",
"resource_id": 7757616923994151,
"resource_uuid": "9cf96c42-15f7-40db-ac7e-43ee6c7d8749",
"entity_type": "Payroll",
"entity_id": 7757500920889097,
"entity_uuid": "321bb0c1-b6c4-468d-9c7d-51841c8c6df5",
"timestamp": 1629760238
}
Updated 7 months ago