AbsenceBalance

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
worker object
absencePlan object
balance number
unit string
asOfDate string
View JSON Schema on GitHub

JSON Schema

workday-integration-absencebalance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AbsenceBalance",
  "title": "AbsenceBalance",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "worker": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "absencePlan": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "balance": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "asOfDate": {
      "type": "string",
      "format": "date"
    }
  }
}