Set end date to a time off requestCopy Pagewbhk timeoffRequestSetEndDateTriggered when setting the end date of an open-ended time off request. In the right panel, open Examples and select Payload Example to see a real payload.PayloadBase webhook event structure containing common webhook propertiescompanyIdnumberrequiredThe company IDtypestringenumrequiredEvent type for setting the end date of an open-ended time off requesttimeoff.request.setEndDateAllowed:timeoff.request.setEndDatetriggeredBystringrequiredThe backend-id of the employee that triggered the event, or 'system' for system-triggered eventstriggeredAtstringrequiredThe timestamp when the event occurred (ISO 8601-style string)versionstringrequiredThe webhook version (e.g., v2)dataobjectrequiredData payload for timeoff.request.setEndDate eventdata objectHeadersbob-signaturestringrequiredBase64-encoded signature sent with each webhook request. Use it to verify that the request came from Bob. To verify webhook authenticity, see How does Bob calculate the signature.Responses 200Webhook received successfully 400Invalid webhook payloadUpdated 2 months ago