Workday · JSON Structure

Payroll Pay Slip Structure

Type: object Properties: 9
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor payPeriodStartDate payPeriodEndDate payDate grossPay netPay totalDeductions totalTaxes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaySlip",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "payPeriodStartDate": {
      "type": "string"
    },
    "payPeriodEndDate": {
      "type": "string"
    },
    "payDate": {
      "type": "string"
    },
    "grossPay": {
      "type": "number"
    },
    "netPay": {
      "type": "number"
    },
    "totalDeductions": {
      "type": "number"
    },
    "totalTaxes": {
      "type": "number"
    }
  }
}