ADP · JSON Structure

Adp Payroll Payroll Instruction Request Structure

Type: object Properties: 4
BenefitsHCMHRPayrollWorkforce

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

Properties

associateOID instructionTypeCode effectiveDate description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PayrollInstructionRequest",
  "type": "object",
  "properties": {
    "associateOID": {
      "type": "string"
    },
    "instructionTypeCode": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}