Workday Payroll · JSON Structure

Payroll Earning Code Ref Structure

EarningCodeRef schema from Workday Payroll API

Type: object Properties: 2
CompensationEnterpriseHuman ResourcesPayrollSaaSTax

EarningCodeRef 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

id descriptor

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-earning-code-ref-structure.json",
  "name": "EarningCodeRef",
  "description": "EarningCodeRef schema from Workday Payroll API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Earning code identifier",
      "example": "REGULAR"
    },
    "descriptor": {
      "type": "string",
      "description": "Earning code display name",
      "example": "Weekly USD Pay Group"
    }
  }
}