ADP · Schema

PayrollInstruction

BenefitsHCMHRPayrollWorkforce

Properties

Name Type Description
instructionID string
associateOID string
instructionTypeCode string
effectiveDate string
View JSON Schema on GitHub

JSON Schema

adp-payroll-payroll-instruction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PayrollInstruction",
  "type": "object",
  "properties": {
    "instructionID": {
      "type": "string"
    },
    "associateOID": {
      "type": "string"
    },
    "instructionTypeCode": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    }
  }
}