Oracle E-Business Suite · JSON Structure

Human Resources Employee Create Structure

Type: object Properties: 19
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

title firstName middleNames lastName knownAs emailAddress sex dateOfBirth nationalIdentifier nationality maritalStatus hireDate businessGroupId jobId positionId organizationId gradeId locationId payrollId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EmployeeCreate",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "middleNames": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "knownAs": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "sex": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "string"
    },
    "nationalIdentifier": {
      "type": "string"
    },
    "nationality": {
      "type": "string"
    },
    "maritalStatus": {
      "type": "string"
    },
    "hireDate": {
      "type": "string"
    },
    "businessGroupId": {
      "type": "integer"
    },
    "jobId": {
      "type": "integer"
    },
    "positionId": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "gradeId": {
      "type": "integer"
    },
    "locationId": {
      "type": "integer"
    },
    "payrollId": {
      "type": "integer"
    }
  }
}