Workday · Schema

PayGroupDetail

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
payPeriodStartDate string
payPeriodEndDate string
payDate string
payRunStatus string
View JSON Schema on GitHub

JSON Schema

payroll-pay-group-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PayGroupDetail",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "payPeriodStartDate": {
      "type": "string"
    },
    "payPeriodEndDate": {
      "type": "string"
    },
    "payDate": {
      "type": "string"
    },
    "payRunStatus": {
      "type": "string"
    }
  }
}