Workday · Schema

TimeClockEventRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
clockEventTime string
timeZone string
View JSON Schema on GitHub

JSON Schema

timeTracking-time-clock-event-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TimeClockEventRequest",
  "type": "object",
  "properties": {
    "clockEventTime": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    }
  }
}