ADP · JSON Structure

Adp Workers Work Assignment Structure

Type: object Properties: 10
BenefitsHCMHRPayrollWorkforce

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

Properties

itemID primaryIndicator hireDate assignmentStatus positionID jobCode jobTitle standardHours annualBaseRemuneration homeOrganizationalUnits

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkAssignment",
  "type": "object",
  "properties": {
    "itemID": {
      "type": "string"
    },
    "primaryIndicator": {
      "type": "boolean"
    },
    "hireDate": {
      "type": "string"
    },
    "assignmentStatus": {
      "type": "object"
    },
    "positionID": {
      "type": "string"
    },
    "jobCode": {
      "type": "object"
    },
    "jobTitle": {
      "type": "string"
    },
    "standardHours": {
      "type": "object"
    },
    "annualBaseRemuneration": {
      "type": "object"
    },
    "homeOrganizationalUnits": {
      "type": "array"
    }
  }
}