Workday · JSON Structure

Payroll Pay Group Detail Structure

Type: object Properties: 6
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor payPeriodStartDate payPeriodEndDate payDate payRunStatus

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

JSON Structure

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