Workday · JSON Structure

Timetracking Time Entry Request Structure

Type: object Properties: 3
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

TimeEntryRequest is a JSON Structure definition published by Workday, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

date hours comment

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TimeEntryRequest",
  "type": "object",
  "properties": {
    "date": {
      "type": "string"
    },
    "hours": {
      "type": "number"
    },
    "comment": {
      "type": "string"
    }
  }
}