Oracle E-Business Suite · JSON Structure

Human Resources Employee Update Structure

Type: object Properties: 9
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

effectiveDate dateTrackUpdateMode title firstName middleNames lastName knownAs emailAddress maritalStatus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EmployeeUpdate",
  "type": "object",
  "properties": {
    "effectiveDate": {
      "type": "string"
    },
    "dateTrackUpdateMode": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "middleNames": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "knownAs": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "maritalStatus": {
      "type": "string"
    }
  }
}