Oracle E-Business Suite · JSON Structure

Human Resources Payroll Structure

Type: object Properties: 8
Business ApplicationsE-Business SuiteEnterpriseERPOracle

Payroll is a JSON Structure definition published by Oracle E-Business Suite, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

payrollId payrollName periodType numberOfYears firstPeriodEndDate effectiveStartDate effectiveEndDate businessGroupId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Payroll",
  "type": "object",
  "properties": {
    "payrollId": {
      "type": "integer"
    },
    "payrollName": {
      "type": "string"
    },
    "periodType": {
      "type": "string"
    },
    "numberOfYears": {
      "type": "integer"
    },
    "firstPeriodEndDate": {
      "type": "string"
    },
    "effectiveStartDate": {
      "type": "string"
    },
    "effectiveEndDate": {
      "type": "string"
    },
    "businessGroupId": {
      "type": "integer"
    }
  }
}