Pay Schedule Events
When subscribed to the PaySchedule
webhooks you will receive the following events:
event_type | description |
---|---|
pay_schedule.created | Pay Schedule has been created |
pay_schedule.updated | Pay Schedule has been updated |
Example payload
{
"event_type": "pay_schedule.updated",
"resource_type": "Company",
"resource_id": 7757616923994151,
"resource_uuid": "9cf96c42-15f7-40db-ac7e-43ee6c7d8749",
"entity_type": "PaySchedule",
"entity_id": 7757518389593568,
"entity_uuid": "974e7f49-c385-47db-a8e1-69ec675497ef",
"timestamp": 1629760205,
}
Updated over 1 year ago