ADP · Schema

PayrollInstructionRequest

BenefitsHCMHRPayrollWorkforce

Properties

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

JSON Schema

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