Paychex · JSON Structure

Paychex Companies Company Structure

JSON Structure documentation of the Paychex Flex Company resource exposed by the Payroll Companies API.

Type: object Properties: 7 Required: 1
BenefitsHCMHRPaychex FlexPayrollTime and AttendanceWorkforceFortune 1000

Paychex Companies Company Structure is a JSON Structure definition published by Paychex, describing 7 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/2025/schema meta-schema.

Properties

companyId displayId legalName dba federalEin status clientType

Meta-schema: https://json-structure.org/draft/2025/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025/schema",
  "title": "Paychex Company Structure",
  "description": "JSON Structure documentation of the Paychex Flex Company resource exposed by the Payroll Companies API.",
  "type": "object",
  "properties": {
    "companyId": { "type": "string", "role": "identifier" },
    "displayId": { "type": "string", "role": "display" },
    "legalName": { "type": "string", "role": "name" },
    "dba": { "type": "string" },
    "federalEin": { "type": "string", "role": "tax-identifier" },
    "status": { "type": "string", "role": "lifecycle-status" },
    "clientType": { "type": "string", "role": "classification" }
  },
  "required": ["companyId"]
}