PayGroup

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
payGroupName string
frequency object
country object
View JSON Schema on GitHub

JSON Schema

workday-integration-paygroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PayGroup",
  "title": "PayGroup",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "payGroupName": {
      "type": "string"
    },
    "frequency": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "country": {
      "$ref": "#/components/schemas/ResourceReference"
    }
  }
}