Workday Payroll · JSON Structure

Payroll Pay Period Structure

PayPeriod schema from Workday Payroll API

Type: object Properties: 2
CompensationEnterpriseHuman ResourcesPayrollSaaSTax

PayPeriod is a JSON Structure definition published by Workday Payroll, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

startDate endDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-structure/payroll-pay-period-structure.json",
  "name": "PayPeriod",
  "description": "PayPeriod schema from Workday Payroll API",
  "type": "object",
  "properties": {
    "startDate": {
      "type": "date",
      "description": "Start date of the pay period",
      "example": "2026-04-30"
    },
    "endDate": {
      "type": "date",
      "description": "End date of the pay period",
      "example": "2026-04-30"
    }
  }
}