Hours Updated
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a hours.updated event occurs.
Triggered by: an existing hours registration being updated. This covers hours on both billable and internal (non-billable) projects, as well as leave and absence registrations.
Recurring series: hours that share the same recurrence.id on the hours API resource belong to the same series; re-fetch the series via GET /v2/hours/hours?q[recurrence.id]={id} to reconcile related occurrences.
Request
Responses
- 200
- 429
Webhook received and acknowledged by the consumer.
Consumer is rate-limiting; Simplicate will retry after the delay indicated by the optional Retry-After header (up to 3 attempts).