v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBWebhooks
Timeoff > BlockedPeriod > Updates
Subscription_type: timeoff/blocked_period/update
postWebhookWebhooks > Timeoff > BlockedPeriod > Updates
Payload
Example payload
{
"id": "1",
"company_id": "1",
"name": "Onboarding period",
"leave_type_ids": [
"1",
"2"
],
"time_periods": [
{
"name": "Product offsite",
"period_type": "by_contract_start_date",
"duration": 2,
"duration_unit": "months",
"start_on": "2024-01-01",
"finish_on": "2024-02-28"
}
],
"strategy": "everyone",
"members": [
"1",
"2"
],
"location_ids": [
"1",
"2"
],
"team_ids": [
"1",
"2"
],
"legal_entity_ids": [
"1",
"2"
]
}Response
Return a 200 status to indicate that the data was received successfully